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/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}/location
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}/location' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of supplier warehouse locations, if any exists
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.
Fullname or Systemname of the user who last changed the supplier warehouse location
[ { "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" } ]
List of SupplierWarehouseLocation
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.
Fullname or Systemname of the user who last changed the supplier warehouse location
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}/location
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}/location' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"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"
}
]'