Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List of Indian State Names: State Names (Indian)

We can send these posting on these triggers

  • OUTWARD_ORDER_CREATE,

  • OUTWARD_ORDER_CANCEL,

  • OUTWARD_ORDER_COMPLETE ,

  • OUTWARD_ORDER_PARTIAL_CANCEL

Request

Code Block
languagejson
{
  "partnerCode": "1100013090",
  "partnerLocationCode": "9",
  "locationCode": "IN132",
  "orderCode": "flipkart1234",
  "parentOrderCode": "flipkart1221",
  "isPriority": false,
  "channelName": "flipkart",
  "orderTime": "2020-10-16T20:22:28.000+00:00",
  "orderType": "SO/STO/RTV",
  "messageId": 12345,
  "paymentMethod": "COD",
  "eventType": "OUTWARD_ORDER_COMPLETE",
  "eventTime": "2020-10-16T20:22:28.000+00:00",
  "virtualSkuDefinitions": [
    {
      "virtualParentChannelSkuId": "abc1",
      "virtualParentBarcode": "bar1",
      "childSkus": [
        {
          "channelSkuCode": "xyz",
          "qty": 2,
          "barcode": "bar23"
        },
        {
          "channelSkuCode": "xyz1",
          "qty": 1,
          "barcode": "bar34"
        }
      ]
    }
  ],
  "isSplitRequired":"false",
  "shippingCharges": 20,
  "channelType" : "ERP",
  "orderItems": [
    {
      "orderItemCode": "item123",
      "channelSkuCode": "1000889888",
      "orderedQuantity": 2,
      "cancelledQuantity": 1,
      "channelDiscount": 50,
      "sellingPricePerUnit": 500,
      "giftChargePerUnit": 10,
      "sellerDiscount": 5,
      "shippingCharge": 0
    }
  ],
  "shipments": [
    {
      "shipmentCode": "UIfd897",
      "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",
      "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
            }
          ]
        },
        {
          "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
            }
          ]
        }
      ]
    }
  ],
  "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": "abc@gmail.com",
    "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": "abc@gmail.com",
    "phone": "9999999999"
  }
}

...