Outbound | PUT | {Client’s URL}
Summary
Increff can send an Order Acknowledgement when inventory is available and it is allocated to the order
Description
This API will send list of orders that are in fulfillable state in Increff Omni
Request
{ "orders": [ { "locationCode": "Wid234", "orderCode": "H19304030003" }, { "locationCode": "Wid234", "orderCode": "H1930403003" } ], "consolidationType": "STORE" }
Parameter Name | Data Type | Description | Mandatory |
| String | Enum with possible values | no |
| object[] | List of orders | yes |
| String | Location code of warehouse from where this order will get fulfilled(in case of consolidation type ALL, there will be no location code sent) | no |
| String | Unique code used by channel to identify the order | yes |
Response
{ "successOrders": [ { "locationCode": "Wid234", "orderCode": "H19304030003" }, { "locationCode": "Wid234", "orderCode": "H1930403003" } ] }
HttpStatus : 200
Parameter Name | Data Type | Description | Mandatory |
|
| List of orders which were successfully updated on the channel | yes |