The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
https://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
ProductType model, represents a built-in type of product that can be activated and renamed for a client. The type defines its products behavior in Norce´s business logic.
The name of the product type for the default language
The description of the product type in a specific language
The default description of the product type for the default language
{ "Id": 0, "Name": "string", "IsNameInherited": true, "DefaultName": "string", "Description": "string", "IsDescriptionInherited": true, "DefaultDescription": "string", "GroupName": "string", "SortOrder": 0, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
Culture-specific model for promotion translations
Indicates whether the sub description is inherited from the default culture
The description header of the promotion in this culture
Indicates whether the description header is inherited from the default culture
Indicates whether the description is inherited from the default culture
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "SubHeader": "string", "IsSubHeaderInherited": true, "SubDescription": "string", "IsSubDescriptionInherited": true, "DescriptionHeader": "string", "IsDescriptionHeaderInherited": true, "Description": "string", "IsDescriptionInherited": true, "IsTranslated": true }
PromotionEffectProductList model, represents a single product rule within a promotion effect setting. Defines specific product filters such as manufacturer, category, flag, price list, product type, product, or variant.
The manufacturer identifier for filtering products by manufacturer, null if not filtering by manufacturer
The manufacturer code for filtering products by manufacturer, null if not filtering by manufacturer
The manufacturer name for filtering products by manufacturer, null if not filtering by manufacturer
The category identifier for filtering products by category, null if not filtering by category
The category code for filtering products by category, null if not filtering by category
The category name for filtering products by category, null if not filtering by category
The flag identifier for filtering products by flag, null if not filtering by flag
Indicates whether the flag rule is "set" or "not set" for filtering products by flag
The price list identifier for filtering products by price list, null if not filtering by price list
The price list code for filtering products by price list, null if not filtering by price list
The price list name for filtering products by price list, null if not filtering by price list
The product type identifier for filtering products by product type, null if not filtering by product type
The product type name for filtering products by product type, null if not filtering by product type
The product id filter for this product rule, null if not filtering by specific product
The product name for filtering by specific product, null if not filtering by specific product
The variant product id filter for this product rule, null if not filtering by specific variant product
The variant product name for filtering by specific variant product, null if not filtering by specific variant product
The quantity required for this product rule, null if applied on the requirement level
The value associated with the effect, such as discount amount or fixed price
Indicates whether the value is inclusive of VAT, relevant for fixed price effects
{ "Id": 0, "ManufacturerId": 0, "ManufacturerCode": "string", "ManufacturerName": "string", "CategoryId": 0, "CategoryCode": "string", "CategoryName": "string", "FlagId": 0, "FlagCode": "string", "FlagName": "string", "IsFlagInclusive": true, "PriceListId": 0, "PriceListCode": "string", "PriceListName": "string", "ProductTypeId": 0, "ProductTypeName": "string", "ProductId": 0, "ProductHasVariants": true, "ProductName": "string", "VariantProductId": 0, "VariantProductName": "string", "PartNo": "string", "Qty": 0, "IsDiscount": true, "IsFixedPrice": true, "Value": 0.1, "IsIncVat": true, "Changed": "string", "ChangedBy": "string" }