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/
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" }