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/
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 }
Parametric Group model, represents a grouping of parametric attributes that can be assigned to categories and by extension products. Groups are either assigned as default group to parametrics or as assigned to category parametrics relationships.
The parametric group name in a specific language.
The parametric group name for the default language.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the parametric group explaining it in more detail.
The parametric group description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the parametric group is soft deleted, making it hidden and non-functional but easily reactivatable.
Parametric group code with string length of 50. Important to set and should be unique across all parametric groups.
The date and time when the ParametricGroup entity was last changed.
The name of the user who last changed the ParametricGroup entity, null if never changed.
List of all culture-specific text fields for the parametric group.
{ "Id": 5, "Name": "Characteristics", "DefaultName": "Characteristics", "IsNameInherited": false, "Description": "Common characteristics", "DefaultDescription": "Common characteristics", "IsDescriptionInherited": false, "IsActive": true, "Code": "pg_characteristics", "Changed": "06/08/2024 14:40", "ChangedBy": "Admin user", "Cultures": [ { … }, { … }, { … } ] }
List of all culture-specific text fields for the parametric group.
Indicates whether the parametric group name is inherited from the default language.
The parametric group description in the specific language.
Indicates whether the parametric group description is inherited from the default language.
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "IsTranslated": true }