...
Parameter Name | Data Type | Description | Mandatory |
| String | Location Identifier of the location from which order was is fulfilled | Yes
|
| String | Unique code used by the channel to identify order | Yes |
| StringParent | order code which can be null or empty or some duplicate value across orders. Order identifier to map the parent order with child orders | No |
| String | Channel name of the marketplace. | Yes |
| String | Time at which order was placed at the channel by customer (in UNIX ( UTC) | Yes |
| String | Time after which order packing processing is allowed by MarketPlacein the fulfillment system | Yes |
| String | Time by SLA time before which the order should be manifestedprocessing is expected to be completed | Yes |
| Long | Unique Identifier of a notification(for De-duplication) | Yes |
| String | It signifies the payment mode using which customer has placed the order Possible values - → | Yes |
| Boolean | This flag is | Yes |
| Boolean | True if order is Identifier to be used to decide whether an order should be kept onHold for processing otherwise or not. Possible Values → | Yes |
| Object[] | List of order items | Yes |
| String | Scannable barcode on the product | Yes |
| String | SKU code identifier of order itemchannel | Yes |
| int | Ordered Quantity | Yes |
| int | Absolute cancelledQuantity | Yes |
| double | sellingPricePerUnit | No |
| Double | giftChargePerUnit | No |
| Double | Discount provided by channel per unit | No |
| Double
| Discount provided by seller per unit | No |
| Double | Shipping charges on item | No |
| Boolean | Field to determine if an orderItem is virtual | Yes |
| String | Possible values : { SUBORDER_CREATE,SUBORDER_PARTIAL_CANCEL,SUBORDER_CANCEL,SUBORDER_COMPLETE} | Yes |
| 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 | No |
| 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 | No |
| String | Phone Number of customer | No |
| Object[] | List of virtual SKU definitions | No |
| String | SKU code of virtual SKU | Yes if its being used |
| String | Barcode of parent SKU | No |
| Object[] | List of child SKUs | No |
| String | SKU code of child SKU | No |
| Integer | Quantity of child SKU | No |
| String | Barcode of child SKU | No |
...