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://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
SupplierPriceListWarehouse model, represents the association between a supplier price list and a warehouse. This defines which warehouses are linked to specific supplier price lists for inventory and pricing purposes.
The supplier identifier associated with this price list warehouse relationship
The date and time when the supplier price list warehouse relationship was last changed
{ "Id": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "SupplierId": 0, "PriceListId": 0, "Changed": "string", "ChangedBy": "string" }
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.1, "MinimumOrderValue": 0.1, "MinimumOrderValueCost": 0.1, "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" }
Supplier warehouse model, represents the relationship between a supplier and warehouse with various operational settings and configurations.
The freight cost associated with this supplier warehouse, deprecated property.
The minimum order value required for this supplier warehouse, deprecated property.
The cost associated with minimum order value requirements, deprecated property.
The standard lead time usually in days for goods from this supplier warehouse
The transfer method value for this supplier warehouse, deprecated property.
Indicates whether stock should be ignored for this supplier warehouse, use this for additional warehouses that should not affect stock based business logic.
Indicates whether this is the standard warehouse for the supplier, only one warehouse per supplier can be marked as standard.
The date and time when data was last imported for this supplier warehouse, obsolete property, see import logs for details.
The next expected date for deliveries or updates from this supplier warehouse, deprecated property.
The transfer method identifier used for this supplier warehouse, deprecated property.
{ "Id": 0, "SupplierId": 0, "Name": "string", "CostBlock": 0, "FreightCost": 0.1, "MinimumOrderValue": 0.1, "MinimumOrderValueCost": 0.1, "StandardLeadTimeDayCount": 0, "TransferMethodValue": "string", "IgnoreStock": true, "IsStandard": true, "IsActive": true, "LastImported": "2019-08-24T14:15:22Z", "NextExpectedDate": "2019-08-24T14:15:22Z", "TransferMethodId": 0, "Changed": "string", "ChangedBy": "string" }