Sales Order List Posting

Outbound | POST | {Client’s URL}

Summary

This API will call the channel with sales order list details.

Description

This API will call the channel with the details of sales order list which are completed in Increff Omni. This will be triggered at a certain frequency from Increff Omni to the channels.

List of Indian State Names: State Names (Indian)

We can send these posting on these triggers

Request Body

{
  "channelPostOrdersFormList": [
    {
      "partnerCode": "1100013090",
      "partnerLocationCode": "9",
      "locationCode": "IN132",
      "orderCode": "order1",
      "parentOrderCode": "flipkart1221",
      "isPriority": false,
      "channelName": "channel",
      "orderTime": "2020-10-16T20:22:28.000+00:00",
      "orderType": "SO/STO/RTV",
      "messageId": 1100,
      "paymentMethod": "COD",
      "eventType": "OUTWARD_ORDER_COMPLETE",
      "eventTime": "2020-10-16T20:22:28.000+00:00",
      "omsOrderId": 1234,
      "turnAroundTime": "2020-10-16T20:22:28.000+00:00",
      "virtualSkuDefinitions": [
        {
          "virtualParentChannelSkuId": "abc1",
          "virtualParentBarcode": "bar1",
          "virtualParentClientSkuCode": "abc",
          "childSkus": [
            {
              "channelSkuCode": "xyz",
              "qty": 2,
              "barcode": "bar23",
              "clientSkuCode": "clientSku123"
            },
            {
              "channelSkuCode": "xyz1",
              "qty": 1,
              "barcode": "bar34",
              "clientSkuCode": "clientSku234"
            }
          ]
        }
      ],
      "bundledSkuDefinitions": [
        {
          "bundledParentBarcode": "string",
          "bundledParentChannelSkuId": "string",
          "bundledParentClientSkuCode": "string",
          "childSkus": [
            {
              "barcode": "string",
              "channelSkuCode": "string",
              "qty": 0,
              "clientSkuCode": "string"
            }
          ]
        }
      ],
      "isSplitRequired": "false",
      "shippingCharges": 20,
      "channelType": "ERP",
      "orderItems": [
        {
          "orderItemCode": "item123",
          "channelSkuCode": "1000889888",
          "orderedQuantity": 2,
          "cancelledQuantity": 1,
          "customerCancelledQty": 0,
          "sellerCancelledQty": 0,
          "sellerRejectQty": 0,
          "channelDiscount": 50,
          "sellingPricePerUnit": 500,
          "giftChargePerUnit": 10,
          "sellerDiscount": 5,
          "shippingCharge": 0,
          "omsItemId": 123,
          "barcode": "barcode1",
          "clientSkuCode": "clientSku1",
          "orderItemCustomAttributes": {
            "attribute1": "Value1",
            "attribute2": "Value2",
            "attribute3": "Value3",
            "attribute4": "Value4",
            "attribute5": "Value5",
            "attribute6": "Value6",
            "attribute7": "Value7",
            "attribute8": "Value8",
            "attribute9": "Value9",
            "channelMetadata": {
              "totalCashOnDeliveryFee": 0,
              "department": "HR",
              "paymentMethod": "ccavenue",
              "status": "processing"
            },
            "attribute10": "Value10"
          }
        }
      ],
      "shipments": [
        {
          "shipmentCode": "UIfd897",
          "omsShipmentId": "121",
          "locationCode": "loc1",
          "generatedInvoiceId": "AR105044395",
          "generatedInvoiceDate": "2020-10-16T20:22:28.000+00:00",
          "externalInvoiceId": "FK56556GH45",
          "externalInvoiceDate": "2020-10-16T20:22:28.000+00:00",
          "invoiceDocumentUrl": "<https://mybrand.com/invoice123.pdf>",
          "shippingLabelDocumentUrl": "<https://mybrand.com/sldoc.pdf>",
          "irn": "a429746e55b844c9d2cb2a6f68997d1c2af29987cc834f3b52da45d1b0bc97c9",
          "qrCode": "eyJhbGciPiJSUzI1NiIsImtpZCI6IkI4RDYzRUNCMThFQTVFNkY0QUKDM0Q1MjQ1NDNCMjI0NjY2OUIwRjgiLCJ0eXAiOiJKV1QiLCJ4NXQiOiJ1TlkteTFqcVhtOUtyRDFTUlVPeUpHWnBzUGcifQ.eyJkYXRhIjoie1wiU2VsbGVyR3N0aW5cIjpcIjI5QUFPQ001MzI2SjFaWVwiLFwiQnV5ZXJHc3RpblwiOlwiMjlBQUJDUjE3MThFMVpMXCIsXCJEb2NOb1wiOlwiTUVhajIyLTIzLzUwNTlcIixcIkRvY1R5cFwiOlwiSU5WXCIsXCJEb2NEdFwiOlwiMTMvMTAvMjAyMlwiLFwiVG90SW52VmFsXCI6MTgxNy4wNCxcIkl0ZW1DbnRcIjoxLFwiTWFpbkhzbkNvZGVcIjpcIjYyMTE0MjkwXCIsXCJJcm5cIjpcImE0Mjk3NDZlMzRkODQ0YzlkMmNiMmE2ZjY4OTk3ZDFjMmFmMjM5ODdjYzgzNGYzYjUyZGE0NWQxYjBiYzk3YzlcIixcIklybkR0XCI6XCIyMDIyLTEwLTEzIDEyOjAxOjAwXCJ9IiwiaXNzIjoiTklDIn0.wvB7b15AnpdQdX_d0VZEyj9dL1qWDaOFPLRPrlV0V2XIu3cE3aQ3YtsWLnTnyrmtUlokpbkkE4folBQNhfzkCPlnODNxRPfpO-Kz9eyNpqcIEp-8TqvcDKXZ3PrBRqmNmner00AG_fVmmqT1HLiyKB2sqOnhqtCfQaQF-PGnqIOhal3PDxIMVt0WAtaQOIwwDA75dsjjnFHaZFPl9tFPR8A6Wrw4NhQH-7xhABKW3Z961a_rGmO6M3XP7jPHyYPW-QWMfTqwNXwxNdFgFePL5FloPiUipt2-g4FIplgm-YcN1xMvEQ2irAfzQwbnxi7UKz-jwOgM0Zy2BbburYgDvQ",
          "shipmentStatus": "DELIVERED",
          "awbNumber": "awb1",
          "transporter": "string",
          "packageSku": "string",
          "deliveredAt": "2020-10-16T20:22:28.000+00:00",
          "shipmentItems": [
            {
              "channelSkuCode": "100000789702",
              "orderItemCode": "item123",
              "netTaxAmountPerUnit": 60,
              "netTaxAmountTotal": 120,
              "baseSellingPricePerUnit": 500,
              "baseSellingPriceTotal": 1000,
              "sellingPricePerUnit": 560,
              "sellingPriceTotal": 1120,
              "quantity": 2,
              "shippingChargePerUnit": 36,
              "channelDiscount": 30,
              "taxItems": [
                {
                  "type": "SGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                },
                {
                  "type": "CGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                }
              ],
              "barcode": "barcode1",
              "clientSkuCode": "csku1"
            },
            {
              "channelSkuCode": "100000734701",
              "orderItemCode": "item124",
              "netTaxAmountPerUnit": 60,
              "netTaxAmountTotal": 120,
              "baseSellingPricePerUnit": 500,
              "baseSellingPriceTotal": 1000,
              "sellingPricePerUnit": 560,
              "sellingPriceTotal": 1120,
              "quantity": 2,
              "shippingChargePerUnit": 36,
              "channelDiscount": 30,
              "taxItems": [
                {
                  "type": "SGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                },
                {
                  "type": "CGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                }
              ],
              "barcode": "barcode2",
              "clientSkuCode": "csku2"
            }
          ]
        }
      ],
      "shipmentDetails": {
        "length": 30,
        "breadth": 20,
        "height": 10,
        "weight": 5,
        "shipmentId": 12345,
        "totalItemQuantity": 50,
        "packboxDetailsList": [
          {
            "length": 15,
            "breadth": 10,
            "height": 8,
            "weight": 2,
            "boxId": 1,
            "awbNumber": "AWB123",
            "packBoxRemarks": "Fragile items",
            "volWeight": "0.0",
            "boxSkuId": "boxSku1",
            "boxCode": "box1",
            "skuQuantityDataList": [
              {
                "globalSkuId": 987,
                "clientSkuId": "SKU001",
                "count": 10
              },
              {
                "globalSkuId": 876,
                "clientSkuId": "SKU002",
                "count": 15
              }
            ]
          }
        ]
      },
      "shippingAddress": {
        "name": "Customer's Name",
        "line1": "Line Address 1",
        "line2": "Line Address 2",
        "line3": "Line Address 3",
        "city": "city",
        "state": "state",
        "zip": "zip",
        "country": "country",
        "email": "[email protected]",
        "phone": "9999999999"
      },
      "billingAddress": {
        "name": "customer",
        "line1": "address line 1",
        "line2": "address line 2",
        "line3": "address line 3",
        "city": "Bengaluru",
        "state": "Karnataka",
        "zip": "560076",
        "country": "INDIA",
        "email": "[email protected]",
        "phone": "9999999999"
      },
      "orderCustomAttributes": {
        "attribute1": "Value1",
        "attribute2": "Value2",
        "attribute3": "Value3",
        "attribute4": "Value4",
        "attribute5": "Value5",
        "attribute6": "Value6",
        "attribute7": "Value7",
        "attribute8": "Value8",
        "attribute9": "Value9",
        "attribute10": "Value10",
        "channelMetadata": {
          "totalCashOnDeliveryFee": 0,
          "department": "HR",
          "paymentMethod": "ccavenue",
          "status": "processing"
        },
        "currency": "INR"
      }
    },
    {
      "partnerCode": "1200013090",
      "partnerLocationCode": "9",
      "locationCode": "IN132",
      "orderCode": "order2",
      "parentOrderCode": "flipkart1221",
      "isPriority": false,
      "channelName": "channel",
      "orderTime": "2020-10-16T20:22:28.000+00:00",
      "orderType": "SO/STO/RTV",
      "messageId": 1100,
      "paymentMethod": "COD",
      "eventType": "OUTWARD_ORDER_COMPLETE",
      "eventTime": "2020-10-16T20:22:28.000+00:00",
      "omsOrderId": 1234,
      "turnAroundTime": "2020-10-16T20:22:28.000+00:00",
      "virtualSkuDefinitions": [
        {
          "virtualParentChannelSkuId": "abc1",
          "virtualParentBarcode": "bar1",
          "virtualParentClientSkuCode": "abc",
          "childSkus": [
            {
              "channelSkuCode": "xyz",
              "qty": 2,
              "barcode": "bar23",
              "clientSkuCode": "clientSku123"
            },
            {
              "channelSkuCode": "xyz1",
              "qty": 1,
              "barcode": "bar34",
              "clientSkuCode": "clientSku234"
            }
          ]
        }
      ],
      "bundledSkuDefinitions": [
        {
          "bundledParentBarcode": "string",
          "bundledParentChannelSkuId": "string",
          "bundledParentClientSkuCode": "string",
          "childSkus": [
            {
              "barcode": "string",
              "channelSkuCode": "string",
              "qty": 0,
              "clientSkuCode": "string"
            }
          ]
        }
      ],
      "isSplitRequired": "false",
      "shippingCharges": 20,
      "channelType": "ERP",
      "orderItems": [
        {
          "orderItemCode": "item123",
          "channelSkuCode": "1000889888",
          "orderedQuantity": 2,
          "cancelledQuantity": 1,
          "customerCancelledQty": 0,
          "sellerCancelledQty": 0,
          "sellerRejectQty": 0,
          "channelDiscount": 50,
          "sellingPricePerUnit": 500,
          "giftChargePerUnit": 10,
          "sellerDiscount": 5,
          "shippingCharge": 0,
          "omsItemId": 123,
          "barcode": "barcode1",
          "clientSkuCode": "clientSku1",
          "orderItemCustomAttributes": {
            "attribute1": "Value1",
            "attribute2": "Value2",
            "attribute3": "Value3",
            "attribute4": "Value4",
            "attribute5": "Value5",
            "attribute6": "Value6",
            "attribute7": "Value7",
            "attribute8": "Value8",
            "attribute9": "Value9",
            "channelMetadata": {
              "totalCashOnDeliveryFee": 0,
              "department": "HR",
              "paymentMethod": "ccavenue",
              "status": "processing"
            },
            "attribute10": "Value10"
          }
        }
      ],
      "shipments": [
        {
          "shipmentCode": "UIfd897",
          "omsShipmentId": "121",
          "locationCode": "loc1",
          "generatedInvoiceId": "AR105044395",
          "generatedInvoiceDate": "2020-10-16T20:22:28.000+00:00",
          "externalInvoiceId": "FK56556GH45",
          "externalInvoiceDate": "2020-10-16T20:22:28.000+00:00",
          "invoiceDocumentUrl": "<https://mybrand.com/invoice123.pdf>",
          "shippingLabelDocumentUrl": "<https://mybrand.com/sldoc.pdf>",
          "irn": "a429746e55b844c9d2cb2a6f68997d1c2af29987cc834f3b52da45d1b0bc97c9",
          "qrCode": "eyJhbGciPiJSUzI1NiIsImtpZCI6IkI4RDYzRUNCMThFQTVFNkY0QUKDM0Q1MjQ1NDNCMjI0NjY2OUIwRjgiLCJ0eXAiOiJKV1QiLCJ4NXQiOiJ1TlkteTFqcVhtOUtyRDFTUlVPeUpHWnBzUGcifQ.eyJkYXRhIjoie1wiU2VsbGVyR3N0aW5cIjpcIjI5QUFPQ001MzI2SjFaWVwiLFwiQnV5ZXJHc3RpblwiOlwiMjlBQUJDUjE3MThFMVpMXCIsXCJEb2NOb1wiOlwiTUVhajIyLTIzLzUwNTlcIixcIkRvY1R5cFwiOlwiSU5WXCIsXCJEb2NEdFwiOlwiMTMvMTAvMjAyMlwiLFwiVG90SW52VmFsXCI6MTgxNy4wNCxcIkl0ZW1DbnRcIjoxLFwiTWFpbkhzbkNvZGVcIjpcIjYyMTE0MjkwXCIsXCJJcm5cIjpcImE0Mjk3NDZlMzRkODQ0YzlkMmNiMmE2ZjY4OTk3ZDFjMmFmMjM5ODdjYzgzNGYzYjUyZGE0NWQxYjBiYzk3YzlcIixcIklybkR0XCI6XCIyMDIyLTEwLTEzIDEyOjAxOjAwXCJ9IiwiaXNzIjoiTklDIn0.wvB7b15AnpdQdX_d0VZEyj9dL1qWDaOFPLRPrlV0V2XIu3cE3aQ3YtsWLnTnyrmtUlokpbkkE4folBQNhfzkCPlnODNxRPfpO-Kz9eyNpqcIEp-8TqvcDKXZ3PrBRqmNmner00AG_fVmmqT1HLiyKB2sqOnhqtCfQaQF-PGnqIOhal3PDxIMVt0WAtaQOIwwDA75dsjjnFHaZFPl9tFPR8A6Wrw4NhQH-7xhABKW3Z961a_rGmO6M3XP7jPHyYPW-QWMfTqwNXwxNdFgFePL5FloPiUipt2-g4FIplgm-YcN1xMvEQ2irAfzQwbnxi7UKz-jwOgM0Zy2BbburYgDvQ",
          "shipmentStatus": "DELIVERED",
          "awbNumber": "awb1",
          "transporter": "string",
          "packageSku": "string",
          "deliveredAt": "2020-10-16T20:22:28.000+00:00",
          "shipmentItems": [
            {
              "channelSkuCode": "100000789702",
              "orderItemCode": "item123",
              "netTaxAmountPerUnit": 60,
              "netTaxAmountTotal": 120,
              "baseSellingPricePerUnit": 500,
              "baseSellingPriceTotal": 1000,
              "sellingPricePerUnit": 560,
              "sellingPriceTotal": 1120,
              "quantity": 2,
              "shippingChargePerUnit": 36,
              "channelDiscount": 30,
              "taxItems": [
                {
                  "type": "SGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                },
                {
                  "type": "CGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                }
              ],
              "barcode": "barcode1",
              "clientSkuCode": "csku1"
            },
            {
              "channelSkuCode": "100000734701",
              "orderItemCode": "item124",
              "netTaxAmountPerUnit": 60,
              "netTaxAmountTotal": 120,
              "baseSellingPricePerUnit": 500,
              "baseSellingPriceTotal": 1000,
              "sellingPricePerUnit": 560,
              "sellingPriceTotal": 1120,
              "quantity": 2,
              "shippingChargePerUnit": 36,
              "channelDiscount": 30,
              "taxItems": [
                {
                  "type": "SGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                },
                {
                  "type": "CGST",
                  "rate": 6,
                  "taxPerUnit": 30,
                  "taxTotal": 60
                }
              ],
              "barcode": "barcode2",
              "clientSkuCode": "csku2"
            }
          ]
        }
      ],
      "shipmentDetails": {
        "length": 30,
        "breadth": 20,
        "height": 10,
        "weight": 5,
        "shipmentId": 12345,
        "totalItemQuantity": 50,
        "packboxDetailsList": [
          {
            "length": 15,
            "breadth": 10,
            "height": 8,
            "weight": 2,
            "boxId": 1,
            "awbNumber": "AWB123",
            "packBoxRemarks": "Fragile items",
            "volWeight": "0.0",
            "boxSkuId": "boxSku1",
            "boxCode": "box1",
            "skuQuantityDataList": [
              {
                "globalSkuId": 987,
                "clientSkuId": "SKU001",
                "count": 10
              },
              {
                "globalSkuId": 876,
                "clientSkuId": "SKU002",
                "count": 15
              }
            ]
          }
        ]
      },
      "shippingAddress": {
        "name": "Customer's Name",
        "line1": "Line Address 1",
        "line2": "Line Address 2",
        "line3": "Line Address 3",
        "city": "city",
        "state": "state",
        "zip": "zip",
        "country": "country",
        "email": "[email protected]",
        "phone": "9999999999"
      },
      "billingAddress": {
        "name": "customer",
        "line1": "address line 1",
        "line2": "address line 2",
        "line3": "address line 3",
        "city": "Bengaluru",
        "state": "Karnataka",
        "zip": "560076",
        "country": "INDIA",
        "email": "[email protected]",
        "phone": "9999999999"
      },
      "orderCustomAttributes": {
        "attribute1": "Value1",
        "attribute2": "Value2",
        "attribute3": "Value3",
        "attribute4": "Value4",
        "attribute5": "Value5",
        "attribute6": "Value6",
        "attribute7": "Value7",
        "attribute8": "Value8",
        "attribute9": "Value9",
        "attribute10": "Value10",
        "channelMetadata": {
          "totalCashOnDeliveryFee": 0,
          "department": "HR",
          "paymentMethod": "ccavenue",
          "status": "processing"
        },
        "currency": "INR"
      }
    }
  ]
}
Field Name Data Type Description Mandatory
partnerCode String This represents the partner to which order was shipped to.
If Order is of type SO/STO, this field represents customer’s code
If Order is of type RTV, this field represents vendor’s code
For Marketplaces Orders, this field will be having the erp channel name which is mapped in Increff Omni yes
partnerLocationCode String This represents the partner’s location to which order was shipped to.
If Order is of type SO/STO, this field represents customer location’s code
If Order is of type RTV, this field represents vendor location’s code yes
isPriority Boolean Flag to identify wether an order is of priority or not yes
locationCode String Warehouse location from which order was fulfilled Yes
orderCode String Unique code used by the channel to identify order yes
parentOrderCode String Parent order code  which can be null or empty or some duplicate value across orders. no
channelName String Channel name of the marketplace. yes
orderTime String Time at which order was placed at the channel in UNIX (UTC) yes
orderType String Can be - SO(Sales Order)/STO(Stock Transfer Order)/RTV(Return To Vendor), RPO(Replacement) yes
messageId Long Unique Identifier of a notification (for De-duplication) Yes
paymentMethod String Possible values - COD, NCOD yes
omsOrderId Long Internal order id of OMS no
turnAroundTime ZonedDateTime Turnaround time no
isSplitRequired boolean splitting to be done in omni or not yes
virtualSkuDefinitions Object List of virtual SKU definitions no
virtualSkuDefinitions.virtualParentChannelSkuId String SKU code of virtual SKU no
virtualSkuDefinitions.virtualParentBarcode String Barcode of parent SKU no
virtualSkuDefinitions.virtualParentClientSkuCode String Unique identifier for a virtual parent sku at client’s end no
virtualSkuDefinitions.childSkus Object[] List of child SKUs no
childSkus.channelSkuCode String SKU code of child SKU no
childSkus.qty Integer Quantity of child SKU no
childSkus.barcode String Barcode of child SKU no
childSkus.clientSkuCode String client SKU code of child SKU no
bundledSkuDefinitions Object[] List of bundled SKU definitions yes
bundledSkuDefinitions.bundledParentBarcode String Barcode of parent SKU no
bundledSkuDefinitions.bundledParentChannelSkuId String parent channel SKU code of bundle SKU yes
bundledSkuDefinitions.bundledParentClientSkuId String parent client SKU code of bundle SKU no
bundledSkuDefinitions.childSkus Object[] List of child SKUs yes
childSkus.barcode String Unique barcode of child sku no
childSkus.channelSkuCode String Unique identifier of child sku at channel yes
childSkus.qty Integer child sku quantity no
childSkus.clientSkuCode String Unique identifier of child sku for client no
orderItems Object[] List of order items yes
orderItems.orderItemCode String This is provided by the channel to uniquely identify each order item. yes
orderItems.channelskuCode String SKU code of order item yes
orderItems.orderedQuantity Integer Ordered Quantity yes
orderItems.cancelledQuantity Integer cancelledQuantity yes
orderItems.sellerCancelledQuantity Integer seller cancelled qnty no
orderItems.customerCancelledQuantity Integer customer cancelled qnty no
orderItems.sellerRejectQuantity Integer seller rejected qnty no
orderItems.sellingPricePerUnit double sellingPricePerUnit yes
orderItems.giftChargePerUnit Double giftChargePerUnit no
orderItems.channelDiscount Double Discount provided by channel per unit no
orderItems.sellerDiscount Double Discount provided by seller per unit no
orderItems.omsItemId Long Internal item id of OMS no
orderItems.barcode String Barcode to identify a product yes
orderItems.clientSkuCode String unique identifier of item for client no
orderItems.orderItemCustomAttributes Object Custom attributes for order items No
orderItemCustomAttributes.attribute1 String Custom attribute 1 No
orderItemCustomAttributes.attribute2 String Custom attribute 2 No
orderItemCustomAttributes.attribute3 String Custom attribute 3 No
orderItemCustomAttributes.attribute4 String Custom attribute 4 No
orderItemCustomAttributes.attribute5 String Custom attribute 5 No
orderItemCustomAttributes.attribute6 String Custom attribute 6 No
orderItemCustomAttributes.attribute7 String Custom attribute 7 No
orderItemCustomAttributes.attribute8 String Custom attribute 8 No
orderItemCustomAttributes.attribute9 String Custom attribute 9 No
orderItemCustomAttributes.attribute10 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
orderCustomAttributes Object Custom attributes for an order No
orderCustomAttributes.channelMetaData Objecg These are additonal fields which can be sent to Increff system and can be used in subsequent Posting workflows No
orderCustomAttributes.currency String Currency No
orderCustomAttributes.attribute1 String Custom attribute 1 No
orderCustomAttributes.attribute2 String Custom attribute 2 No
orderCustomAttributes.attribute3 String Custom attribute 3 No
orderCustomAttributes.attribute4 String Custom attribute 4 No
orderCustomAttributes.attribute5 String Custom attribute 5 No
orderCustomAttributes.attribute6 String Custom attribute 6 No
orderCustomAttributes.attribute7 String Custom attribute 7 No
orderCustomAttributes.attribute8 String Custom attribute 8 No
orderCustomAttributes.attribute9 String Custom attribute 9 No
orderCustomAttributes.attribute10 String Custom attribute 10 No
shipments.omsShipmentId Long increff OMS shipment id no
shipments.qrCode String QR code no
shipments.shipmentStatus String Status of the shipment no
shipments.awbNumber String AWB number of shipment no
shipments.transporter String transporter name no
shipments.packageSku String sku code for package sku no
shipments.deliveredAt ZoneDateTime delivery time no
shipments.shipmentItems Object[] Items belonging to this shipment yes
shipmentItems.channelSkuCode String SKU code of order item yes
shipmentItems.locationCode String Fulfillment Location yes
shipmentItems.orderItemCode String This is provided by the channel to uniquely identify each order item. yes
shipmentItems.netTaxAmountPerUnit Double Per unit tax applicable for the SKU. yes
shipmentItems.netTaxAmountTotal Double Total tax applicable for the SKU yes
shipmentItems.baseSellingPricePerUnit Double Per unit base selling price of the SKU yes
shipmentItems.baseSellingPriceTotal Double Total base selling price of SKU yes
shipmentItems.sellingPricePerUnit Double Per unit selling price of the SKU including tax yes
shipmentItems.sellingPriceTotal Double Total selling price of the SKU yes
shipmentItems.quantity Integer Quantity of the sku in the shipment item. yes
shipmentItems.shippingChargePerUnit Double Shipping charge per unit for a shipment item no
shipmentItems.channelDiscount Double Channel discount of item no
shipmentItems.barcode String unique identifier for shipment item no
shipmentItems.clientSkuCode String unique identifier for shipment item for client no
shipmentItems.taxItems Object Distribution of tax with tax type yes
shipments.shipmentDetails Object Shipment details no
shipmentDetails.length Double Length of the shipment no
shipmentDetails.breadth Double Breadth of the shipment no
shipmentDetails.height Double Height of the shipment no

Response