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/
Culture-specific model for promotion translations
Indicates whether the sub description is inherited from the default culture
The description header of the promotion in this culture
Indicates whether the description header is inherited from the default culture
Indicates whether the description is inherited from the default culture
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "SubHeader": "string", "IsSubHeaderInherited": true, "SubDescription": "string", "IsSubDescriptionInherited": true, "DescriptionHeader": "string", "IsDescriptionHeaderInherited": true, "Description": "string", "IsDescriptionInherited": true, "IsTranslated": true }
PromotionUniqueDiscountCode model, represents a unique discount code managed for a promotion. Unique discount codes can only be used once. Tracks its creation date, claim status, and associated quotation if claimed.
The unique identifier for the promotion unique discount code
The date and time the unique discount code was claimed, if applicable
The identifier of the quotation associated with the claim, if applicable
{ "DiscountCode": "string", "Created": "2019-08-24T14:15:22Z", "IsClaimed": true, "DateClaimed": "2019-08-24T14:15:22Z", "QuotationId": 0, "ClaimedFromSource": "string" }
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": [ { … } ] }