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 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.1, "PriceTo": 0.1, "PriceEndsFrom": 0.1, "PriceEndsTo": 0.1, "RoundToDecimals": 0, "RoundingDirection": 0, "RoundingValue": 0.1, "Changed": "string", "ChangedBy": "string" }
Sales area VAT code model, used for displaying and managing VAT codes per sales area. Represents the relationship between sales areas and their associated VAT codes, including inheritance from default settings.
The VAT code identifier specifically configured for this sales area. If null, the inherited VAT code will be used
The VAT code identifier that is inherited from the sales area's default configuration
Indicates whether the VAT code is inherited from the default configuration rather than being explicitly set for this sales area
Describes the source from which the VAT code is inherited (e.g., "Application", "System")
The tax rate value as a decimal for the VAT code currently assigned to this sales area
The display name of the inherited VAT code that would be used if no specific VAT code is configured
{ "SalesAreaId": 0, "SalesAreaName": "string", "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeName": "string", "InheritedVatCodeValue": 0.1 }