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/
SupplierPriceList model, represents a price list provided by a supplier, including details such as currency, validity period, and associated manufacturer information. This model is used to handle the cost prices for clients and can additionally be used for supplier based business logic on client price lists.
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "SupplierCode": "string", "SupplierCountryName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }
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" }