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/
The range criteria for the rounding rule setting to apply, minimum price value
The range criteria for the rounding rule setting to apply, maximum price value
Optional span criteria: The minimum price ending value for this rounding setting to apply
Optional span criteria: The maximum price ending value for this rounding setting to apply
The number of decimal places to round to, allowed values are 2 (0.0X), 1 (0.X0), 0 (X.00), -1 (X0.00), -2 (X00.00)
Optional offset after rounding. A rounding to 2.00 with an offset of -0.01, for example, will change to 1.99.
{ "Id": 0, "RuleId": 0, "PriceFrom": 0, "PriceTo": 0, "PriceEndsFrom": 0, "PriceEndsTo": 0, "RoundToDecimals": 0, "RoundingDirection": 0, "RoundingValue": 0, "Changed": "string", "ChangedBy": "string" }
ShoppingInfoType model, additional fields that can extend the Norce data model of specific types of entities. Info types can be grouped into different categories (groups) to specifically set the type to an entity. Each info type can have culture-specific names and descriptions.
The group identifier that categorizes the info type, allowed values are: 1 = Quotation/Order, 2 = Quotation Item/Order Item
The unique code of the info type, needed to identify the info type in connect api imports.
The description of the info type in a specific language
The default description of the info type for the default language
Indicates whether the description is inherited from the default language
The data type specification for this info type. Deprecated "nvarchar(max)" is used for all types now.
{ "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "DataType": "string", "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }