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/
RelationType model, represents types of relations between product or variants. Each relation type can have culture-specific names and descriptions.
The name for the relation type for the default language.
The description of the relation type in a specific language
Indicates whether the description is inherited from the default culture
The description for the relation type for the default language.
{ "Id": 0, "Code": "string", "Name": "string", "IsNameInherited": true, "DefaultName": "string", "Description": "string", "IsDescriptionInherited": true, "DefaultDescription": "string", "IsBidirectional": true, "IsActive": true, "SortOrder": 0, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
RoundingRule model, represents rounding rules used in price calculations on price lists. Each rounding rule can have multiple settings that define how prices should be rounded based on various criteria.
Optional currency identifier, if the rounding rule is currency specific
Optional application identifier, applies to price lists that are public on a specific application.
Optional field identifier, if the rounding rule is specific to a certain field. Allowed values are: null (not field specific), 1 (Sale Price), 2 (Recommended Price), 3 (Catalog Price)
The name of the rounding rule for the default language.
Indicates whether the rounding rule is applied on amounts including VAT or excluding VAT
Indicates how the rounding rules should adhere to minimum margin settings. If true, minimum margin fallbacks are forced after rounding, which may override rounding results.
Test data for validating rounding rule calculations, used in administration UI
The list of rounding rule settings that define specific rounding criteria
{ "Id": 0, "TypeId": 0, "TypeName": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ApplicationId": 0, "ApplicationName": "string", "FieldId": 0, "FieldName": "string", "DefaultName": "string", "DefaultDescription": "string", "IsIncludingVat": true, "IsMinimumMarginForced": true, "TestData": [ { … } ], "IsActive": true, "Changed": "string", "ChangedBy": "string", "Settings": [ { … } ], "RoundingRuleSetting": [ { … } ] }