...
Parameter Name | Data Type | Description | Mandatory |
| String | Code to uniquely identify of the order in consideration | yes |
Request Body
Code Block | ||
---|---|---|
| ||
{ "locationCode": "locationCode1", "orderItems": [ { "orderItemCode": null, "channelSkuCode": "tshirt134", "orderedQuantity": 500, "costPrice": 230 }, { "orderItemCode": null, "channelSkuCode": "jeans123", "orderedQuantity": 500, "costPrice": 230 } ], "taxBreakUpForms": null } |
...