This page contains samples of api calls.
...
CustomerOrders
Info |
---|
Minimum order using existing customer and prices from Extend
|
CustomerOrderATP
Info |
---|
CustomerOrder with a BillOfMaterials product Request {"orderHeader": { "orderType": "Normal", "orderNumberExternal": "YourOwnOrderNumber-timestamp", "customerNumber": "Customer-123", "askedDeliveryDate": "2019-12-25T00:00:00+02:00", "partialDelivery": false, "freightFree": true }, "orderRows": [ { "product": { "productNumber": "ChristmasGift-1" }, "salesData": { "quantity": 3, "unit": "FRP" }, "warehouse": "MainWarehouse" } ] } Response contains information about all child products in the BillOfMaterials product. The expanded child products can be recognized by the orderRows.billOfMaterialsParentRowPosition property Partial response sample of a christmas gift containing one FRP of ginger bread:
|
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...