Versions Compared

Key

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

...

Expand
titleOUTWARD_ORDER_CREATECOMPLETE
Code Block
languagejson
{
  "partnerCode": "Increff_FASHION",
  "partnerLocationCode": "2",
  "locationCode": "FMRW2021",
  "messageId": 19327,
  "orderCode": "16837253779671050215",
  "parentOrderCode": "NYK-12083161-5367312-1-1",
  "orderTime": "2023-04-16T20:22:28.000+00:00",
  "orderType": "SO",
  "paymentMethod": "COD",
  "isPriority": false,
  "channelName": "Increff_FASHION",
  "channelType": "MARKETPLACE",
  "orderItems": [
    {
      "orderItemCode": "23187157",
      "channelSkuCode": "8904328664321",
      "orderedQuantity": 1,
      "cancelledQuantity": 0,
      "channelDiscount": 1374,
      "sellerDiscount": 0,
      "sellingPricePerUnit": 2499,
      "giftChargePerUnit": 0,
      "shippingCharge": 0
    }
  ],
  "eventType": "OUTWARD_ORDER_COMPLETE",
  "eventTime": "2023-04-16T20:22:28.000+00:00",
  "shipments": [
    {
      "shipmentCode": "26719",
      "generatedInvoiceId": "16255",
      "generatedInvoiceDate": "2023-04-16T20:22:28.000+00:00",
      "invoiceDocumentUrl": "https://storage.googleapis.com/some_folder/INVOICE_AND_SHIPPING_LABEL/some_hash.pdf",
      "shippingLabelDocumentUrl": "https://storage.googleapis.com/some_folder/INVOICE_AND_SHIPPING_LABEL/some_hash.pdf",
      "externalInvoiceId": "26719",
      "externalInvoiceDate": null,
      "irn": "",
      "qrCode": "",
      "shipmentStatus": "DISPATCHED",
      "shipmentItems": [
        {
          "channelSkuCode": "8904328664321",
          "orderItemCode": "23187157",
          "channelDiscount": 1374,
          "netTaxAmountPerUnit": 120.54,
          "netTaxAmountTotal": 120.54,
          "baseSellingPricePerUnit": 2378.46,
          "baseSellingPriceTotal": 2378.46,
          "sellingPricePerUnit": 2499,
          "sellingPriceTotal": 2499,
          "quantity": 1,
          "shippingChargePerUnit": 0,
          "taxItems": [
            {
              "type": "IGST",
              "rate": 5.067985166872682,
              "taxPerUnit": 120.54,
              "taxTotal": 120.54
            }
          ]
        }
      ],
      "locationCode": "FMRW2021"
    }
  ],
  "shippingAddress": {
    "name": "Customer's Name",
    "line1": "Line Address 1",
    "line2": "Line Address 2",
    "line3": "Line Address 3",
    "city": "city",
    "state": "state",
    "zip": "560076",
    "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"
  },
  "virtualSkuDefinitions": [],
  "isSplitRequired": false,
  "shippingCharges": null
}
Expand
titleOUTWARD_ORDER_CREATE
Code Block
languagejson
{
  "partnerCode": "MYNTRAV4",
  "partnerLocationCode": "206",
  "locationCode": "1100151058",
  "messageId": 5025311,
  "orderCode": "149f61d9-29a3-4ea45e-8f19-199723116098",
  "parentOrderCode": "149f61d9-29a3-4ea45e-8f19-199723116098",
  "orderTime": "2023-04-16T20:22:28.000+00:00",
  "orderType": "SO",
  "paymentMethod": "COD",
  "isPriority": false,
  "channelName": "MYNTRAV4",
  "channelType": "MARKETPLACE",
  "orderItems": [
    {
      "orderItemCode": "9376627566",
      "channelSkuCode": "SG0453",
      "orderedQuantity": 1,
      "cancelledQuantity": 0,
      "channelDiscount": null,
      "sellerDiscount": 374,
      "sellingPricePerUnit": 1121,
      "giftChargePerUnit": 0,
      "shippingCharge": null
    }
  ],
  "eventType": "OUTWARD_ORDER_CREATE",
  "eventTime": "2023-04-16T20:22:28.000+00:00",
  "shipments": [],
  "shippingAddress": {
    "name": "Customer's Name",
    "line1": "Line Address 1",
    "line2": "Line Address 2",
    "line3": "Line Address 3",
    "city": "city",
    "state": "state",
    "zip": "560076",
    "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"
  },
  "virtualSkuDefinitions": [],
  "isSplitRequired": false,
  "shippingCharges": null
}

...