...
Code Block | ||
---|---|---|
| ||
{ "parentOrderCode": "132", "locationCode": "Wid234", "orderCode": "H19304030003", "orderTime": "2020-10-16T20:22:28.000+05:30", "orderType": "SO/STO/RTV/RPO", "isPriority": false, "gift": false, "onHold": false, "qcStatus": "PASS", "dispatchByTime": "2020-10-16T20:22:28.000+05:30", "startProcessingTime": "2020-10-16T20:22:28.000+05:30", "paymentMethod": "COD", "isSplitRequired": false, "taxBreakupForms": [{ "channelSkuId": "sky1", "baseSellingPricePerUnit": 100.8, "taxItemForms": [{ "type": "CGSTVAT", "rate": 1.2, "taxPerUnit": 27.5 }] }], "packType": "PIECE", "shippingAddress": { "nameqcStatus": "customerNamePASS", "line1partnerCode": "address line 1partnerCode", "line2partnerLocationCode": "address line 2", "line3": "address line 3", "city": "Bengaluru", "state": "Karnataka", "zip": "560076", "country": "INDIA", "email": "email.com"partnerLocationCode", "phone": "9999999999" }, "billingAddress": { "name": "customerName", "line1": "address line 1", "line2": "address line 2", "line3": "address line 3", "city": "Bengaluru", "state": "Karnataka", "zip": "560076", "country": "INDIA", "email": "email.com", "phone": "9999999999" }, "orderItems": [{ "channelSkuCode": "100005643", "orderItemCode": "item123", "quantity": 2, "sellerDiscountPerUnit": 75, "channelDiscountPerUnit": 150, "sellingPricePerUnit": 1500, "shippingChargePerUnit": 50, "minExpiry": "2021-08-11", "giftOptions": { "giftwrapRequired": false, "giftMessage": "", "giftChargePerUnit": 0, "giftDocument": "abc", "giftDocumentFormat": "PDF" }, "orderItemCustomAttributes": { "attribute1": "Value1", "attribute2": "Value2", "attribute3": "Value3", "attribute4": "Value4", "attribute5": "Value5", "attribute6": "Value6", "attribute7": "Value7", "attribute8": "Value8", "attribute9": "Value9", "attribute10": "Value10", "channelMetadata": { "totalCashOnDeliveryFee": 0.0, "department": "HR", "paymentMethod": "ccavenue", "status": "processing" } } }, { "channelSkuCode": "100005644", "orderItemCode": "item124", "quantity": 2, "sellerDiscountPerUnit": 50, "channelDiscountPerUnit": 100, "sellingPricePerUnit": 1000, "shippingChargePerUnit": 5040, "minExpiry": "2021-08-11", "giftOptions": { "giftwrapRequired": false, "giftMessage": "", "giftChargePerUnit": 0, "giftDocument": "abc", "giftDocumentFormat": "PDF" }, "orderItemCustomAttributes": { "attribute1": "Value12", "attribute2": "Value22", "attribute3": "Value32", "attribute4": "Value42", "attribute5": "Value52", "attribute6": "Value62", "attribute7": "Value72", "attribute8": "Value82", "attribute9": "Value92", "attribute10": "Value102", "channelMetadata": { "totalCashOnDeliveryFee": 0.0, "department": "HR", "paymentMethod": "ccavenue", "status": "processing" } } } ], "orderCustomAttributes": { "attribute1": "Value1", "attribute2": "Value2", "attribute3": "Value3", "attribute4": "Value4", "attribute5": "Value5", "attribute6": "Value6", "attribute7": "Value7", "attribute8": "Value8", "attribute9": "Value9", "attribute10": "Value10", "channelMetadata": { "totalCashOnDeliveryFee": 0.0, "department": "Sample Metadata"HR", "paymentMethod": "ccavenue", "status": "processing" }, "currency": "INR" } } |
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 →
| 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 | Yes |
| Object[ ] | Tax break up for the items (if this is sent, all 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 |
| String | Possible values → PASS, FAIL By default value will be PASS | 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 | 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 |
| Object[] | List of items for which order is being placed | Yes |
| String | SKU code of order item | 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 |
|
String
Object | These are additonal fields which can be sent to Increff system and can be used in subsequent Posting workflows | No | |
| String | Currency | No |
Response
Empty Body
HttpStatusCode
...