...
Parameter Name | Data Type | Description | Mandatory |
| String | Unique code used by the channel to identify the order. | yes |
| String | Code used by channels to identify a warehouse | Yes |
| Long | Shipment id of Assure system | yes |
| String | SKU of the package material used for packing | no |
| Double | Weight of the package in grams | no |
| String | Enum with possible values: | no |
| Object | Dimensions of the packed shipment | no |
| Double | Length of the packing box. | no |
| Double | Breadth of the packing box. | no |
| Double | Height of the packing box. | no |
| Object | Invoice details | yes |
| Object | Address of the Seller | no |
| String | Name of Seller | yes |
| String | 1st line of Seller’s address | yes |
| String | 2nd line of Seller’s address | no |
| String | 3rd line of Seller’s address | no |
| String | City of Seller | yes |
| String | State of Seller | yes |
| String | ZIP/Pin code of Seller | yes |
| String | Country of Seller | yes |
| String | Email of Seller | yes |
| String | Phone number of Seller | no |
| Object | Shipping address of the customer | yes |
| String | Name of customer | yes |
| String | 1st line of customer’s address | yes |
| String | 2nd line of customer’s address | no |
| String | 3rd line of customer’s address | no |
| String | City of customer | yes |
| String | State of customer | yes |
| String | ZIP/Pin code of customer | yes |
| String | Country of customer | yes |
| String | Email of customer | yes |
| String | Phone number of customer | no |
| Object | Billing address of the customer | yes |
| String | Name of customer | yes |
| String | 1st line of customer’s address | yes |
| String | 2nd line of customer’s address | no |
| String | 3rd line of customer’s address | no |
| String | City of customer | yes |
| String | State of customer | yes |
| String | ZIP/Pin code of customer | yes |
| String | Country of customer | yes |
| String | Email of customer | yes |
| String | Phone number of customer | no |
| Date | Time of the order | no |
| String | Name of the channel from which order was placed | no |
| String | Name of the seller | no |
| String | Name of the buyer | no |
| String | Seller GSTIN | no |
| String | Buyer GSTIN | no |
| String | Client’s PAN number | no |
| Object [ ] | Invoice Items | no |
| Double | Selling price per unit including tax | no |
| Double | Total selling price including tax | no |
| String | SKU code of order item | no |
| String | Name of the product | no |
| Long | Quantity of the product | no |
| String | Tax Rule for the product | no |
| String | HSN code for the product (Used for classifying the item as well as for tax calculation) | no |
| String | Client SKU code | no |
| Double | MRP of the product | no |
| String | Brand of the product | no |
| String | Style code of the product | no |
| String | Color of the product | no |
| String | Size of the product | no |
| String | Category of the product | no |
| String | Image URL of the product | no |
| Object[] | List of pack box details | no |
| Integer | Box id of a pack box | no |
| Double | Length of a pack box | no |
| Double | Breadth of a pack box | no |
| Double | Height of a pack box | no |
| Double | Weight of a pack box | no |
| Object[] | List of items corresponding to shipment | yes |
| String | SKU code of order item | yes |
| Integer | Quantity of SKU in shipment | yes |
| String | This is provided by the channel to uniquely identify each order item. | yes |
| String[ ] | These are the external item ids of the item | no |
| String[] | These are the external serial ids for the item | no |
...