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 }