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/
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": [ { … } ] }
Store model, represents a division (physical store) within the organization. Is used primarily as a container of price lists, assortments and warhouses for a physical store as well as client specific metadata and settings about the store. Each store can have culture-specific names, descriptions, and other properties.
The group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by region or type.
The group name of the store for the default language
The subgroup name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by city or sub-type.
The subgroup name of the store for the default language
The unique URL name of the store in a specific language, used for SEO friendly URLs.
The unique URL name of the store for the default language
Indicates whether the unique URL name is manually maintained. This is true if the unique URL name has been explicitly set for this store, false if it is automatically generated from the store name.
Optional Address information, first line of the store address
Optional Address information, second line of the store address
Optional Address information, the country identifier where the store is located
Optional Address information, region where the store is located
{ "Id": 0, "DivisionCode": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "GroupName": "string", "DefaultGroupName": "string", "IsGroupNameInherited": true, "SubGroupName": "string", "DefaultSubGroupName": "string", "IsSubGroupNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "UniqueUrlName": "string", "DefaultUniqueUrlName": "string", "IsUniqueUrlNameInherited": true, "IsUniqueUrlNameManuallyMaintained": true, "ImageKey": "9afa8b7e-ca15-438f-a9d6-f679c437e59c", "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "ImageUrl": "string", "IsPublic": true, "IsActive": true, "EmailAddress": "string", "PhoneNumber": "string", "FaxNumber": "string", "AddressLine1": "string", "AddressLine2": "string", "ZipCode": "string", "Longitude": 0.1, "City": "string", "CountryId": 0, "OpenHoursWeekday": "string", "OpenHoursSaturday": "string", "OpenHoursSunday": "string", "Region": "string", "Latitude": 0.1, "Infos": [ { … } ], "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }