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/
ProductInfoType model, represents extendable fields to product entities like price records or onhand records. These fields can store additional information about these records, such as additional price information or logistic peculiarities, enhancing product data management.
The group identifier that categorizes the info type, allowed values are: 2 = Onhand info types, 3 = Price info types
The unique code of the info type, needed to identify the info type in connect api imports.
The default description of the info type for the default language
{ "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
ProductType model, represents a built-in type of product that can be activated and renamed for a client. The type defines its products behavior in Norce´s business logic.
The name of the product type for the default language
The description of the product type in a specific language
The default description of the product type for the default language
{ "Id": 0, "Name": "string", "IsNameInherited": true, "DefaultName": "string", "Description": "string", "IsDescriptionInherited": true, "DefaultDescription": "string", "GroupName": "string", "SortOrder": 0, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }