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/
SupplierWarehouseLocation model, represents the association between a supplier and a warehouse location, defining specific details for that combination.
The cost block identifier for this supplier warehouse location, deprecated property.
The freight cost associated with this supplier warehouse location, deprecated property.
The minimum order value required for this supplier warehouse location, deprecated property.
The cost associated with minimum order value requirements for this supplier warehouse location, deprecated property.
The standard lead time usually in days for goods from this supplier warehouse location, overrides supplier warehouse lead time.
The transfer method value for this supplier warehouse location, deprecated property.
Indicates whether this is the standard location for the warehouse, only one location per warehouse can be marked as standard.
Indicates whether stock should be ignored for this supplier warehouse location, use this for additional warehouse/locations that should not affect stock based business logic.
The date and time when data was last imported for this supplier warehouse location, obsolete property, see import logs for details.
The next expected date for deliveries or updates from this supplier warehouse location, deprecated property.
The transfer method identifier used for this supplier warehouse location, deprecated property.
{ "Id": 0, "SupplierId": 0, "WarehouseId": 0, "Name": "string", "CostBlock": 0, "FreightCost": 0, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "StandardLeadTimeDayCount": 0, "TransferMethodValue": "string", "IsStandard": true, "IgnoreStock": true, "LastImported": "2019-08-24T14:15:22Z", "NextExpectedDate": "2019-08-24T14:15:22Z", "TransferMethodId": 0, "Changed": "string", "ChangedBy": "string" }
VariantGroup model (called variant types in the admin interface), represents groups of variant types (called simply parametrics from its specific parametric it is associated to in the admin interface) that can be associated with products to define their variants. Each variant group can have culture-specific names and descriptions.
The description of the variant group in the current culture
Indicates whether the description is inherited from the default culture
The list of variant types associated with this variant group
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "VariantTypes": [ { … } ], "Cultures": [ { … } ] }
VariantType model (called simply parametrics in the admin interface when adding them to a variant group), represents types of variants that can be associated with products to define their variant structure. Each variant type can have culture-specific names and descriptions.
The description of the variant type in the current culture
Indicates whether the description is inherited from the default culture
The unique code identifier for the variant type, should be same as parametric code to keep consistency.
The description of the parametric associated with this variant type
The type classification of the variant type. Valid values: text, html, int, decimal, date, boolean, list, multiple.
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "SortOrder": 0, "IsActive": true, "ParametricId": 0, "ParametricName": "string", "ParametricDescription": "string", "Uom": "string", "Type": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }