Store id
MANAGEMENT API (BETA)
/- List deleted stores
Get store
Update store
List stores
Insert store
List deleted stores
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
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
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}'
Response
{ "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": "00000000-0000-0000-0000-000000000000", "Key": "00000000-0000-0000-0000-000000000000", "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": [ { … } ] }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}' \
-H 'Content-Type: application/json' \
-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": "00000000-0000-0000-0000-000000000000",
"Key": "00000000-0000-0000-0000-000000000000",
"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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store
Response
[ { "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": "00000000-0000-0000-0000-000000000000", "Key": "00000000-0000-0000-0000-000000000000", "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": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store
- cURL
- JS
- C#
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store \
-H 'Content-Type: application/json' \
-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": "00000000-0000-0000-0000-000000000000",
"Key": "00000000-0000-0000-0000-000000000000",
"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
}
]
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/deleted
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/deleted
Response
[ { "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": "00000000-0000-0000-0000-000000000000", "Key": "00000000-0000-0000-0000-000000000000", "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": [ … ] } ]