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/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the ApplicationCulture
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
{ "Name": "string", "Changed": "string", "ChangedBy": "string", "CultureCode": "string", "IsPrimary": true, "IsActive": true }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
curl -i -X DELETE \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'account-id: 0' \
-H 'application-id: 0'"string"
UpdateApplicationCulture model, only IsPrimary and IsActive can be changed
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Name": "string",
"Changed": "string",
"ChangedBy": "string",
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of application cultures, if any exists
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
[ { "Name": "string", "Changed": "string", "ChangedBy": "string", "CultureCode": "string", "IsPrimary": true, "IsActive": true } ]
UpdateApplicationCulture model, only cultureCode and isPrimary required, If IsPrimary is set to true the last primary culture will be unset
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Name": "string",
"Changed": "string",
"ChangedBy": "string",
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true
}'"string"
List of UpdateApplicationCulture models, only IsPrimary and IsActive can be changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/list
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/application/culture/list
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/application/culture/list
curl -i -X PUT \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/list \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true
}
]'[ 0 ]