Supplier id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/{warehouseId}'
{ "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" }
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' \ -d '{ "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" }'
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse'
[ { "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" } ]
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' \ -d '{ "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" }'
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/warehouse/deleted/warehouse'
[ { "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" } ]