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/
Manufacturer model, represents a manufacturer with culture-specific properties. Manufacturers must be associated with products and is used together with the Manufacturer part number (PartNo) to identify products in mappings to supplier products.
Gets or sets the organization number of the manufacturer.
Gets or sets the unique URL name for the manufacturer. Can be used to lookup the manufacturer from landing pages using the API. Can be generated from the name by Norce.
Gets or sets a value indicating whether the unique URL name is manually maintained. If UnuqueUrlName is passed in, this is automatically set to true.
Gets or sets the prefix for the manufacturer. Used when generating part numbers. Lookup PartNo generation in the documentation for more info.
Gets or sets the website URL for the manufacturer. For display purposes only.
Gets or sets the logo key for the manufacturer. For display purposes only.
Gets or sets the support URL for the manufacturer, language specific. For display purposes only.
Gets or sets the default support URL for the manufacturer, from default language.
Gets or sets the support email address for the manufacturer language specific. For display purposes only.
Gets or sets the default support email address for the manufacturer, from default language.
Gets or sets a value indicating whether the support email address is inherited.
Gets or sets the support phone number for the manufacturer language specific. For display purposes only.
Gets or sets the default support phone number for the manufacturer, from default language.
Gets or sets a value indicating whether the support phone number is inherited.
Gets or sets the support available hours for the manufacturer language specific. For display purposes only.
Gets or sets the default support available hours for the manufacturer, from default language.
Gets or sets a value indicating whether the support available hours is inherited.
Gets or sets the support policy for the manufacturer language specific. For display purposes only.
Gets or sets the default support policy for the manufacturer, from default language.
Gets or sets a value indicating whether the support policy is inherited.
Gets or sets the support description for the manufacturer language specific. For display purposes only.
Gets or sets the default support description for the manufacturer, from default language.
Gets or sets a value indicating whether the support description is inherited.
Gets or sets the date and time when the manufacturer was last changed.
{ "Id": 0, "Key": "string", "Name": "string", "Code": "string", "OrganizationNo": "string", "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "Prefix": "string", "Website": "string", "LogoKey": "string", "LogoUrl": "string", "SupportUrl": "string", "DefaultSupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "DefaultSupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "DefaultSupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "DefaultSupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "DefaultSupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "DefaultSupportDescription": "string", "IsSupportDescriptionInherited": true, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ { … } ] }
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": [ { … }, { … }, { … } ] }