...
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 Note: Location code must be provided in case the isSplitRequired field is false | No |
| String | Unique code used by channel to identify the order | Yes |
| String | Time at which order got placed by customer | Yes |
| String | Possible values → SALES PURCHASE STOCK_TRANSFER REPLACEMENT RETURN
| Yes |
| Boolean | This flag is true in case order is having High priority than normal orders. | No |
| Boolean | This flag is true in case order is a gift and needs to be gift wrapped. | No |
| 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 |
| Boolean | This flag is true when WMS has to split the order. If this variable is TRUE , then LocationCode should be send as NULL | No |
| Object[ ] | Tax break up for the items (if this is sent, all the fields of the object should be sent) | No |
| String | Unique code to identify SKU on channel | Yes |
| Double | Base selling price per unit of the SKU | Yes |
| Object[ ] | Distribution of tax with tax type | No |
| 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 |
| String | Possible values → PASS, FAIL By default value will be PASS | Yes |
| Object | Shipping address of the customer | Yes |
| String | Name of customer | No |
| String | 1st line of customer’s address | No |
| String | 2nd line of customer’s address | No |
| String | 3rd line of customer’s address | No |
| String | City of customer | No |
| String | State of customer | No |
| String | ZIP/Pin code of customer | Yes |
| String | Country of customer | Yes |
| String | Email of customer | No |
| String | Phone Number of customer | No |
| Object | Billing address of the customer | Yes |
| String | Name of customer | No |
| String | 1st line of customer’s address | No |
| String | 2nd line of customer’s address | No |
| String | 3rd line of customer’s address | No |
| String | City of customer | No |
| String | State of customer | No |
| String | ZIP/Pin code of customer | Yes |
| String | Country of customer | Yes |
| String | Email of customer | No |
| String | Phone Number of customer | No |
| Object[] | List of items for which order is being placed | Yes |
| String | SKU code of order item on channel | Yes |
| String | This is provided by the channel to uniquely identify each order item. | Yes |
| Integer | Quantity of SKU in the order placed | Yes |
| Double | Discount given by seller on SKU per unit | No |
| Double | Discount given by channel on SKU per unit | No |
| 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 |
| Object | Custom attributes for an order Item | No |
| String | Custom attribute 1 | No |
| String | Custom attribute 2 | No |
| String | Custom attribute 3 | No |
| String | Custom attribute 4 | No |
| String | Custom attribute 5 | No |
| String | Custom attribute 6 | No |
| String | Custom attribute 7 | No |
| String | Custom attribute 8 | No |
| String | Custom attribute 9 | No |
| String | Custom attribute 10 | No |
orderItemCustomAttributes.channelMetaData | Object | These are additonal fields which can be sent to Increff system and can be used in subsequent Posting workflows | No |
| Object | Custom attributes for an order | No |
| String | Custom attribute 1 | No |
| String | Custom attribute 2 | No |
| String | Custom attribute 3 | No |
| String | Custom attribute 4 | No |
| String | Custom attribute 5 | No |
| String | Custom attribute 6 | No |
| String | Custom attribute 7 | No |
| String | Custom attribute 8 | No |
| String | Custom attribute 9 | No |
| String | Custom attribute 10 | No |
| Object | These are additonal fields which can be sent to Increff system and can be used in subsequent Posting workflows | No |
| String | Currency | No |
...