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/
The translated name of the price list type for this culture.
The translated description of the price list type for this culture.
{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }
ClientPriceListType model, represents the associated price list types that are enabled for the client.
The localized and client specific name of the price list type.
The localized and client specific description of the price list type.
The default description of the price list type.
Indicates whether the description is inherited from the default description.
The priority of the price list type. Client specific. Used to determine the precedence of price list types when multiple types apply.
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "Priority": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
ClientSalesArea model, represents a sales area associated with the client, indicating whether the client has at least one application with this sales area enabled. Each sales area has a set of VAT codes associated with it, with one VAT code marked as primary for the sales area. This primary VAT code will be used as default VAT code for products unlesss overridden at category or product level.
The collection of VAT codes associated with this sales area for the client.
{ "Id": 0, "Name": "string", "Code": "string", "IsPrimary": true, "VatCodes": [ { … } ], "PrimaryVatCodeId": 0, "Changed": "string", "ChangedBy": "string" }