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}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the SupplierWarehouse
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, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "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" }
SupplierWarehouse
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.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"SupplierId": 0,
"Name": "string",
"CostBlock": 0,
"FreightCost": 0,
"MinimumOrderValue": 0,
"MinimumOrderValueCost": 0,
"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"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of supplier warehouses, if any exists
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, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "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" } ]
SupplierWarehouse
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.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse
curl -i -X POST \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"SupplierId": 0,
"Name": "string",
"CostBlock": 0,
"FreightCost": 0,
"MinimumOrderValue": 0,
"MinimumOrderValueCost": 0,
"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"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/deleted/warehouse
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/deleted/warehouse' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of deleted supplier warehouses, if any exists
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, "MinimumOrderValue": 0, "MinimumOrderValueCost": 0, "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" } ]