Inbound | POST | /orders/outward/partner-code
...
Parameter Name | Data Type | Description | Mandatory |
| String | Represents code of parent order of the order | no |
| String | Location code of warehouse from where this order will get fulfilled. Location Code is non-mandatory when Increff OMS is doing splittin and routing of the orders , else it’s a mandatory field. | no |
| String | Unique code used by channel to identify the order | yes |
| String | Time at which order got placed by customer | yes |
| String | Possible value - SO (Sales Order), STO (Stock Transfer Order), RTV (Return To Vendor) | yes |
| Boolean | This flag is true in case order has to be kept on hold. Processing starts only after call is made to unhold the order | yes |
| String | Time by which the order is expected to get dispatched | yes |
| String | Time by which the order processing is expected to get started | yes |
| String | Possible values - COD, NCOD | yes |
|
| This flag is true when WMS has to split the order . If this variable is TRUE , then LocationCode should be send as NULL | yes |
| Object[ ] | Tax break up for the items(if this is sent, al the fields of the object should be sent) | no |
| String | Channel Sku id | yes |
| Double | Base selling price per unit of the Sku | yes |
| Object[ ] | Distribution of tax with tax type | yes |
| String | Type of tax applicable | yes |
| Double | Tax rate for this tax type | yes |
| Double | Tax applicable for this type of tax per unit | yes |
| String | Possible values - PIECE/BULK | no |
| Double | Discount given by seller on SKU per unit | no |
| Double | Discount given by channel on SKU per unit | no |
| String | This is provided by the channel to uniquely identify each order item. | yes |
| Double | Unit price of SKU including tax | yes |
| Double | Shipping charge on item per unit | no |
| String | Minimum expiry date for the item to be shipped | no |
| Object | Contains gift details of the item | no |
| Boolean | To specify if gift wrap is required | yes |
| String | Gift message | no |
| Double | Gift charge on item per unit | no |
| String | Base64 encoded string | no |
| String | Possible values PDF, ZPL,PNG. To be populated if document is present | no |
...
Empty Body
HttpStatus Code
200