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/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the Store
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": [ { … } ] }
Store model to update
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
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"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": [
{
"Id": 0,
"TypeId": 0,
"Name": "string",
"Value": "string",
"Updated": "2019-08-24T14:15:22Z",
"UpdatedBy": 0
}
],
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"GroupName": "string",
"IsGroupNameInherited": true,
"SubGroupName": "string",
"IsSubGroupNameInherited": true,
"UniqueUrlName": "string",
"IsUniqueUrlNameInherited": true,
"IsTranslated": true
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of stores, if any exists
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": [ … ] } ]
Store model to add
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
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"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": [
{
"Id": 0,
"TypeId": 0,
"Name": "string",
"Value": "string",
"Updated": "2019-08-24T14:15:22Z",
"UpdatedBy": 0
}
],
"Changed": "string",
"ChangedBy": "string",
"Cultures": [
{
"CultureCode": "string",
"Name": "string",
"IsNameInherited": true,
"Description": "string",
"IsDescriptionInherited": true,
"GroupName": "string",
"IsGroupNameInherited": true,
"SubGroupName": "string",
"IsSubGroupNameInherited": true,
"UniqueUrlName": "string",
"IsUniqueUrlNameInherited": true,
"IsTranslated": true
}
]
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted stores, if any exists
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": [ … ] } ]