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/
Gets or sets the culture code for this manufacturer culture.
Gets or sets a value indicating whether the support URL is inherited for this culture.
Gets or sets the support email address for this culture.
Gets or sets a value indicating whether the support email address is inherited for this culture.
Gets or sets the support phone number for this culture.
Gets or sets a value indicating whether the support phone number is inherited for this culture.
Gets or sets a value indicating whether the support available hours is inherited for this culture.
Gets or sets a value indicating whether the support policy is inherited for this culture.
Gets or sets a value indicating whether the support description is inherited for this culture.
{ "CultureCode": "string", "SupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "IsSupportDescriptionInherited": true, "IsTranslated": true }