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/
Family model, represents a family of products in the system. A family is a grouping of products that does not have to share common attributes. Families can be used to group products for various purposes, such as categorization, or filtering. Used commonly for series or common branding of products for display purposes. Not commonly used anymore. Parametric lists may fill the same functionality with more flexibility.
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsActive": true, "ImageKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
File model, represents a client configured file or image type for products with culture-specific properties.
The localized description of the file type for a specific culture
The description of the file type for the default language
The file extension, from the built-in file type for this file type, e.g., "jpg", "gif", "pdf", "mp4" etc.
The MIME type, from the built-in file type for this file type, e.g., "image/jpeg", "application/pdf", etc.
The sort order of the file type, used for displaying file types in choices and lists in the admin interface. And is also provided in API results.
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "TypeId": 0, "TypeExtension": "string", "TypeMimeType": "string", "SortOrder": 0, "IsActive": true, "IsImage": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }