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://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
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" }
CustomerFlagGroup model, represents a group of flags, giving more context to them. The group define if flags can have many selected from the group at the same time as well. If false, any other flag set will be unset from the group, when a new flag is selected.
The customer flag group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the customer flag group explaining it in more detail.
The customer flag group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether multiple flags can be selected from this group at the same time. If false, selecting a new flag will unset other flags from the group.
False if the customer flag group is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag group entity, null if never changed.
{ "Id": 0, "ClientId": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsMultipleChoice": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }