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": [ { … } ] }