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/
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": "string", "Key": "string", "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": [ { … } ] }
The culture code for this culture-specific information
Indicates whether the description is inherited from the default culture
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 sub-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 city or sub-type.
The culture-specific unique URL name of the store, used for SEO friendly URLs.
Indicates whether the unique URL name is inherited from the default culture
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "GroupName": "string", "IsGroupNameInherited": true, "SubGroupName": "string", "IsSubGroupNameInherited": true, "UniqueUrlName": "string", "IsUniqueUrlNameInherited": true, "IsTranslated": true }