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/
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 }
StoreWarehouse model, represents a warehouse associated with a store (division). Each warehouse can have specific location details. Defining availability and stock information for that store.
{ "Id": 0, "DivisionId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "Changed": "string", "ChangedBy": "string" }