Webhook configuration

Webhook configuration

What are webhooks?

They are user-defined HTTP callbacks that will get triggered when there is a change in events. Webhook detects if there is an event, collects data, and will send that to the respective URL.

Configure webhooks in EasyEcom

There are 12 different webhooks present in EasyEcom. 

How to navigate to the webhook settings page?

Click on Meatball menu (3 dots) -> Account Settings -> Other settings -> Webhook Settings

Webhook Settings page:

Webhook triggers:



Select the action/version:

V1 - get all orders
V2 - get order details



URL: 
Enter the client-provided webhook URL, which will be triggered when that particular event is made.

Status:
The toggle button must be “switched on” for the changes to get updated.

12 webhooks in EasyEcom:

1) Create order:

Once the user creates the order, it will trigger create order action and create order data will be posted on the provided URL.

V1:

{
  "orders": [
    {
      "invoice_id": 129074801,
      "order_id": 63557056,
      "queue_message": null,
      "queue_status": 8,
      "order_priority": 0,
      "blockSplit": 0,
      "reference_code": "TEST_WEBHOOK_1",
      "company_name": "AkshataTest",
      "warehouseId": 76404,
      "seller_gst": "",
      "import_warehouse_id": 76404,
      "import_warehouse_name": "AkshataTest",
      "pickup_address": "Shivaji Nagar",
      "pickup_city": "Mumbai",
      "pickup_state": "Maharashtra",
      "pickup_pin_code": "400011",
      "pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-05-29 05:30:00",
      "tat": "2023-05-30 20:13:08",
      "available_after": null,
      "invoice_date": "",
      "import_date": "2023-05-29 20:13:08",
      "last_update_date": "2023-05-29 20:13:09",
      "manifest_date": null,
      "manifest_no": null,
      "invoice_number": null,
      "marketplace_invoice_num": "TEST_WEBHOOK_1",
      "shipping_last_update_date": null,
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "SelfShip",
      "carrier_id": 23,
      "awb_number": null,
      "order_status": "Open",
      "order_status_id": 2,
      "shipping_status": null,
      "shipping_status_id": null,
      "shipping_history": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "payment_gateway_transaction_number": null,
      "payment_gateway_name": null,
      "buyer_gst": "NA",
      "customer_name": "Test",
      "contact_num": "9611624903",
      "address_line_1": "HSR",
      "address_line_2": null,
      "city": "Bangalore",
      "pin_code": "590010",
      "state": "Karnataka",
      "country": "India",
      "email": "test@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "Test",
      "billing_address_1": "HSR",
      "billing_address_2": null,
      "billing_city": "Bangalore",
      "billing_state": "Karnataka",
      "billing_pin_code": "590010",
      "billing_country": "India",
      "billing_mobile": "9611624903",
      "order_quantity": 1,
      "meta": null,
      "documents": null,
      "total_amount": 11,
      "total_tax": 1.6779,
      "total_shipping_charge": 1,
      "total_discount": 0,
      "collectable_amount": 11,
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "suborders": [
        {
          "suborder_id": 101198264,
          "suborder_num": "76404168537138867409552",
          "item_status": "Assigned",
          "shipment_type": "SelfShip",
          "suborder_quantity": 1,
          "item_quantity": 1,
          "returned_quantity": 0,
          "cancelled_quantity": 0,
          "shipped_quantity": 1,
          "batch_codes": null,
          "serial_nums": "NA",
          "batchcode_serial": "NA",
          "batchcode_expiry": "NA",
          "tax_type": "GST",
          "suborder_history": {
            "qc_pass_datetime": "2023-05-29 20:13:08",
            "confirm_datetime": null,
            "print_datetime": null,
            "manifest_datetime": null
          },
          "meta": null,
          "selling_price": "11",
          "total_shipping_charge": 1,
          "total_miscellaneous": null,
          "tax_rate": 18,
          "tax": 1.6779,
          "product_id": 17781814,
          "company_product_id": 65142281,
          "sku": "AK001",
          "sku_type": "Normal",
          "sub_product_count": 1,
          "marketplace_sku": "AK001",
          "productName": "AK001",
          "description": "Simple Product 1",
          "category": "Bottle",
          "brand": "Test",
          "model_no": "12345",
          "product_tax_code": "12345",
          "ean": "987654321",
          "size": "10",
          "cost": 10,
          "mrp": 10,
          "weight": 10,
          "length": 10,
          "width": 10,
          "height": 10,
          "scheme_applied": 0,
          "custom_fields": []
        }
      ]
    }
  ],
  "nextUrl": null
}


Version-2 (V2):

[
  {
    "invoice_id": 174404139,
    "order_id": 141340837,
    "blockSplit": 0,
    "reference_code": "Test_create_order_webhook",
    "company_name": "testdipak",
    "warehouse_id": 59032,
    "seller_gst": null,
    "assigned_company_name": "testdipak",
    "assigned_warehouse_id": 59032,
    "assigned_company_gst": null,
    "warehouse_contact": null,
    "pickup_address": "rtgyu",
    "pickup_city": "ftgyhu",
    "pickup_state": "Karnataka",
    "pickup_state_code": "29",
    "pickup_pin_code": "590010",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "NA",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2023-09-06 05:30:00",
    "tat": "2023-09-07 17:09:26",
    "available_after": null,
    "invoice_date": "",
    "import_date": "2023-09-06 17:09:26",
    "last_update_date": "2023-09-06 17:09:28",
    "manifest_date": null,
    "manifest_no": null,
    "invoice_number": null,
    "marketplace_invoice_num": "Test_create_order_webhook",
    "shipping_last_update_date": null,
    "batch_id": null,
    "batch_created_at": null,
    "message": null,
    "courier_aggregator_name": null,
    "courier": "SelfShip",
    "carrier_id": 23,
    "awb_number": null,
    "package_weight": 1,
    "package_height": 1,
    "package_length": 1,
    "package_width": 1,
    "order_status": "Open",
    "order_status_id": 2,
    "easyecom_order_history": [
      {
        "status": "Assigned",
        "status_id": 2,
        "date_time": "2023-09-06 17:09:27"
      }
    ],
    "shipping_status": null,
    "shipping_status_id": null,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "test",
    "shipping_name": "test",
    "contact_num": "9876543212",
    "address_line_1": "mumbai",
    "address_line_2": null,
    "city": "mumbai",
    "pin_code": "400067",
    "state": "Maharashtra",
    "state_code": "27",
    "country": "India",
    "country_code": 0,
    "email": "test@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "test",
    "billing_address_1": "mumbai",
    "billing_address_2": null,
    "billing_city": "mumbai",
    "billing_state": "Maharashtra",
    "billing_state_code": "27",
    "billing_pin_code": "400067",
    "billing_country": "India",
    "billing_mobile": "9876543212",
    "order_quantity": 5,
    "documents": null,
    "invoice_documents": null,
    "collectable_amount": 790,
    "total_amount": 790,
    "total_tax": 120.508,
    "breakup_types": {
      "Item Amount Excluding Tax": 675.4239,
      "Shipping Excluding Tax": 16.9491,
      "Promotion Discount Excluding Tax": -22.881200000000003,
      "Item Amount IGST": 121.5761,
      "Shipping IGST": 3.0507999999999997,
      "Promotion Discount IGST": -4.118799999999999
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 216516560,
        "suborder_num": "59032169400036663685228",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 2,
        "item_quantity": 2,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 2,
        "tax_type": "GST",
        "product_id": 19842860,
        "company_product_id": 77827995,
        "sku": "Dip1033",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1033",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1033",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "189.80519480519",
        "breakup_types": {
          "Item Amount Excluding Tax": 169.4916,
          "Shipping Excluding Tax": 4.0722,
          "Promotion Discount Excluding Tax": -12.7118,
          "Item Amount IGST": 30.5084,
          "Shipping IGST": 0.733,
          "Promotion Discount IGST": -2.2882
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 2
      },
      {
        "suborder_id": 216516569,
        "suborder_num": "59032169400036719065368",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 3,
        "item_quantity": 3,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 3,
        "tax_type": "GST",
        "product_id": 19842861,
        "company_product_id": 77827996,
        "sku": "Dip1044",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1044",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1044",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "600.19480519481",
        "breakup_types": {
          "Item Amount Excluding Tax": 505.93230000000005,
          "Shipping Excluding Tax": 12.8769,
          "Promotion Discount Excluding Tax": -10.1694,
          "Item Amount IGST": 91.0677,
          "Shipping IGST": 2.3178,
          "Promotion Discount IGST": -1.8306
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 3
      }
    ],
    "location_key": "wo3484777024"
  }
]





2) Confirm order:

Once the user confirms any order, it will trigger confirm order action and confirm order data will be posted on the provided URL.

V1:

{
  "orders": [
    {
      "invoice_id": 129074801,
      "order_id": 63557056,
      "queue_message": null,
      "queue_status": 3,
      "order_priority": 0,
      "blockSplit": 0,
      "reference_code": "TEST_WEBHOOK_1",
      "company_name": "AkshataTest",
      "warehouseId": 76404,
      "seller_gst": "",
      "import_warehouse_id": 76404,
      "import_warehouse_name": "AkshataTest",
      "pickup_address": "Shivaji Nagar",
      "pickup_city": "Mumbai",
      "pickup_state": "Maharashtra",
      "pickup_pin_code": "400011",
      "pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-05-29 05:30:00",
      "tat": "2023-05-30 20:13:08",
      "available_after": null,
      "invoice_date": "2023-05-29 00:00:00",
      "import_date": "2023-05-29 20:13:08",
      "last_update_date": "2023-05-29 20:50:18",
      "manifest_date": null,
      "manifest_no": null,
      "invoice_number": "CMH1-2324-298",
      "marketplace_invoice_num": "TEST_WEBHOOK_1",
      "shipping_last_update_date": "2023-05-29 20:50:15",
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "TEST1",
      "carrier_id": 16454,
      "awb_number": "1290748017402089",
      "order_status": "Confirmed",
      "order_status_id": 3,
      "shipping_status": "Shipment Created",
      "shipping_status_id": 1,
      "shipping_history": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "payment_gateway_transaction_number": null,
      "payment_gateway_name": null,
      "buyer_gst": "NA",
      "customer_name": "Test",
      "contact_num": "9611624903",
      "address_line_1": "HSR",
      "address_line_2": null,
      "city": "Bangalore",
      "pin_code": "590010",
      "state": "Karnataka",
      "country": "India",
      "email": "test@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "Test",
      "billing_address_1": "HSR",
      "billing_address_2": null,
      "billing_city": "Bangalore",
      "billing_state": "Karnataka",
      "billing_pin_code": "590010",
      "billing_country": "India",
      "billing_mobile": "9611624903",
      "order_quantity": 1,
      "meta": null,
      "documents": {
        "easyecom_invoice": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Invoice/10/12907480176404.pdf?request-content-type=application/force-download",
        "label": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Labels/10/12907480176404.pdf?request-content-type=application/force-download",
        "intaxform": null,
        "outtaxform": null,
        "marketplaceinvoice": null,
        "marketplace_tax_invoice": null,
        "marketplace_b2c_invoice": null
      },
      "total_amount": 11,
      "total_tax": 1.6779,
      "total_shipping_charge": 1,
      "total_discount": 0,
      "collectable_amount": 11,
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "suborders": [
        {
          "suborder_id": 101198264,
          "suborder_num": "76404168537138867409552",
          "item_status": "Confirmed",
          "shipment_type": "SelfShip",
          "suborder_quantity": 1,
          "item_quantity": 1,
          "returned_quantity": 0,
          "cancelled_quantity": 0,
          "shipped_quantity": 1,
          "batch_codes": null,
          "serial_nums": "NA",
          "batchcode_serial": "NA",
          "batchcode_expiry": "NA",
          "tax_type": "GST",
          "suborder_history": {
            "qc_pass_datetime": "2023-05-29 20:13:08",
            "confirm_datetime": "2023-05-29 20:49:01",
            "print_datetime": null,
            "manifest_datetime": null
          },
          "meta": null,
          "selling_price": "11",
          "total_shipping_charge": 1,
          "total_miscellaneous": null,
          "tax_rate": 18,
          "tax": 1.6779,
          "product_id": 17781814,
          "company_product_id": 65142281,
          "sku": "AK001",
          "sku_type": "Normal",
          "sub_product_count": 1,
          "marketplace_sku": "AK001",
          "productName": "AK001",
          "description": "Simple Product 1",
          "category": "Bottle",
          "brand": "Test",
          "model_no": "12345",
          "product_tax_code": "12345",
          "ean": "987654321",
          "size": "10",
          "cost": 10,
          "mrp": 10,
          "weight": 10,
          "length": 10,
          "width": 10,
          "height": 10,
          "scheme_applied": 0,
          "custom_fields": []
        }
      ]
    }
  ],
  "nextUrl": null
}

Version-2 (V2):
[
  {
    "invoice_id": 174404139,
    "order_id": 141340837,
    "blockSplit": 0,
    "reference_code": "Test_create_order_webhook",
    "company_name": "testdipak",
    "warehouse_id": 59032,
    "seller_gst": null,
    "assigned_company_name": "testdipak",
    "assigned_warehouse_id": 59032,
    "assigned_company_gst": null,
    "warehouse_contact": null,
    "pickup_address": "rtgyu",
    "pickup_city": "ftgyhu",
    "pickup_state": "Karnataka",
    "pickup_state_code": "29",
    "pickup_pin_code": "590010",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "NA",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2023-09-06 05:30:00",
    "tat": "2023-09-07 17:09:26",
    "available_after": null,
    "invoice_date": "2023-09-06 00:00:00",
    "import_date": "2023-09-06 17:09:26",
    "last_update_date": "2023-09-06 17:19:47",
    "manifest_date": null,
    "manifest_no": null,
    "invoice_number": "CKA1-2324-4",
    "marketplace_invoice_num": "Test_create_order_webhook",
    "shipping_last_update_date": "2023-09-06 17:18:56",
    "batch_id": null,
    "batch_created_at": null,
    "message": null,
    "courier_aggregator_name": "HandOver",
    "courier": "deepak.vr@easyecom.in",
    "carrier_id": 28865,
    "awb_number": "1744041393619105",
    "package_weight": "4",
    "package_height": "1",
    "package_length": "3",
    "package_width": "2",
    "order_status": "Confirmed",
    "order_status_id": 3,
    "easyecom_order_history": [
      {
        "status": "Assigned",
        "status_id": 2,
        "date_time": "2023-09-06 17:09:27"
      },
      {
        "status": "Confirm new",
        "status_id": 17,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirmed",
        "status_id": 3,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm start",
        "status_id": 13,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm Fail",
        "status_id": 18,
        "date_time": "2023-09-06 17:17:48"
      },
      {
        "status": "Selfship Confirm",
        "status_id": 38,
        "date_time": "2023-09-06 17:18:56"
      },
      {
        "status": "Confirm Success",
        "status_id": 16,
        "date_time": "2023-09-06 17:19:47"
      }
    ],
    "shipping_status": "Shipment Created",
    "shipping_status_id": 1,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "test",
    "shipping_name": "test",
    "contact_num": "9876543212",
    "address_line_1": "mumbai",
    "address_line_2": null,
    "city": "mumbai",
    "pin_code": "400067",
    "state": "Maharashtra",
    "state_code": "27",
    "country": "India",
    "country_code": 0,
    "email": "test@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "test",
    "billing_address_1": "mumbai",
    "billing_address_2": null,
    "billing_city": "mumbai",
    "billing_state": "Maharashtra",
    "billing_state_code": "27",
    "billing_pin_code": "400067",
    "billing_country": "India",
    "billing_mobile": "9876543212",
    "order_quantity": 5,
    "documents": {
      "intaxform": null,
      "outtaxform": null,
      "marketplaceinvoice": null,
      "marketplace_tax_invoice": null,
      "marketplace_b2c_invoice": null
    },
    "invoice_documents": null,
    "collectable_amount": 790,
    "total_amount": 790,
    "total_tax": 120.508,
    "breakup_types": {
      "Item Amount Excluding Tax": 675.4239,
      "Shipping Excluding Tax": 16.949100000000001,
      "Promotion Discount Excluding Tax": -22.881200000000003,
      "Item Amount IGST": 121.5761,
      "Shipping IGST": 3.0507999999999997,
      "Promotion Discount IGST": -4.1187999999999994
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 216516560,
        "suborder_num": "59032169400036663685228",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 2,
        "item_quantity": 2,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 2,
        "tax_type": "GST",
        "product_id": 19842860,
        "company_product_id": 77827995,
        "sku": "Dip1033",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1033",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1033",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "189.80519480519",
        "breakup_types": {
          "Item Amount Excluding Tax": 169.49160000000001,
          "Shipping Excluding Tax": 4.0721999999999996,
          "Promotion Discount Excluding Tax": -12.7118,
          "Item Amount IGST": 30.508400000000002,
          "Shipping IGST": 0.73299999999999998,
          "Promotion Discount IGST": -2.2881999999999998
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 2
      },
      {
        "suborder_id": 216516569,
        "suborder_num": "59032169400036719065368",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 3,
        "item_quantity": 3,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 3,
        "tax_type": "GST",
        "product_id": 19842861,
        "company_product_id": 77827996,
        "sku": "Dip1044",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1044",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1044",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "600.19480519481",
        "breakup_types": {
          "Item Amount Excluding Tax": 505.93230000000005,
          "Shipping Excluding Tax": 12.876899999999999,
          "Promotion Discount Excluding Tax": -10.1694,
          "Item Amount IGST": 91.067700000000002,
          "Shipping IGST": 2.3178000000000001,
          "Promotion Discount IGST": -1.8306
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 3
      }
    ],
    "location_key": "wo3484777024"
  }
]

3) Update Inventory:

If the inventory changes for a particular SKU, it will trigger the update Inventory action, and inventory data will be posted on the provided URL.

V1:

{
  "inventoryData": [
    {
      "company_product_id": 65142210,
      "product_id": 17781792,
      "inventory": 897,
      "sku": "A001",
      "warehouse_id": 76404,
      "location_key": "ur5837571216",
"sku_status": "Active" } ] }

4) Manifested:

Whenever the manifest is added and created for the products, it will trigger the manifest action and shipping details will be posted on the provided URL.

V1:

{
  "orders": [
    {
      "invoice_id": 129075278,
      "order_id": 63557079,
      "queue_message": null,
      "queue_status": 3,
      "order_priority": 0,
      "blockSplit": 0,
      "reference_code": "TEST_WEBHOOK345",
      "company_name": "AkshataTest",
      "warehouseId": 76404,
      "seller_gst": "",
      "import_warehouse_id": 76404,
      "import_warehouse_name": "AkshataTest",
      "pickup_address": "Shivaji Nagar",
      "pickup_city": "Mumbai",
      "pickup_state": "Maharashtra",
      "pickup_pin_code": "400011",
      "pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-05-30 05:30:00",
      "tat": "2023-05-31 13:13:34",
      "available_after": null,
      "invoice_date": "2023-05-30 00:00:00",
      "import_date": "2023-05-30 13:13:34",
      "last_update_date": "2023-05-30 14:22:50",
      "manifest_date": "2023-05-30 14:23:07",
      "manifest_no": "20230530022307_10_16454_938",
      "invoice_number": "CMH1-2324-305",
      "marketplace_invoice_num": "TEST_WEBHOOK345",
      "shipping_last_update_date": "2023-05-30 14:23:07",
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "TEST1",
      "carrier_id": 16454,
      "awb_number": "1290752782656091",
      "order_status": "Shipped",
      "order_status_id": 7,
      "shipping_status": "Shipment Created",
      "shipping_status_id": 1,
      "shipping_history": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "payment_gateway_transaction_number": null,
      "payment_gateway_name": null,
      "buyer_gst": "NA",
      "customer_name": "Test",
      "contact_num": "9611624902",
      "address_line_1": "HSR",
      "address_line_2": null,
      "city": "Bangalore",
      "pin_code": "590012",
      "state": "Karnataka",
      "country": "India",
      "email": "test@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "Test",
      "billing_address_1": "HSR",
      "billing_address_2": null,
      "billing_city": "Bangalore",
      "billing_state": "Karnataka",
      "billing_pin_code": "590012",
      "billing_country": "India",
      "billing_mobile": "9611624902",
      "order_quantity": 5,
      "meta": null,
      "documents": {
        "easyecom_invoice": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Invoice/10/12907527876404.pdf?request-content-type=application/force-download",
        "label": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Labels/10/12907527876404.pdf?request-content-type=application/force-download",
        "intaxform": null,
        "outtaxform": null,
        "marketplaceinvoice": null,
        "marketplace_tax_invoice": null,
        "marketplace_b2c_invoice": null
      },
      "total_amount": 0,
      "total_tax": 0,
      "total_shipping_charge": 0,
      "total_discount": 0,
      "collectable_amount": 0,
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "suborders": [
        {
          "suborder_id": 101198301,
          "suborder_num": "76404168543261498131362",
          "item_status": "Shipped",
          "shipment_type": "SelfShip",
          "suborder_quantity": 5,
          "item_quantity": 5,
          "returned_quantity": 0,
          "cancelled_quantity": 0,
          "shipped_quantity": 5,
          "batch_codes": null,
          "serial_nums": "NA",
          "batchcode_serial": "NA",
          "batchcode_expiry": "NA",
          "tax_type": "GST",
          "suborder_history": {
            "qc_pass_datetime": "2023-05-30 13:13:34",
            "confirm_datetime": "2023-05-30 14:17:49",
            "print_datetime": "2023-05-30 14:20:56",
            "manifest_datetime": "2023-05-30 14:23:07"
          },
          "meta": null,
          "selling_price": null,
          "total_shipping_charge": null,
          "total_miscellaneous": null,
          "tax_rate": 18,
          "tax": 0,
          "product_id": 18041624,
          "company_product_id": 74524394,
          "sku": "COM1",
          "sku_type": "Combo",
          "sub_product_count": 1,
          "marketplace_sku": "COM1",
          "productName": "COM1",
          "description": "COM1",
          "category": "Mobile",
          "brand": "Test",
          "model_no": "COM1",
          "product_tax_code": null,
          "ean": "765434567",
          "size": "1",
          "cost": 100,
          "mrp": 100,
          "weight": 100,
          "length": 1,
          "width": 1,
          "height": 1,
          "scheme_applied": 0,
          "custom_fields": []
        }
      ]
    }
  ],
  "nextUrl": null
}

Version-2 (V2):

[
  {
    "invoice_id": 174404139,
    "order_id": 141340837,
    "blockSplit": 0,
    "reference_code": "Test_create_order_webhook",
    "company_name": "testdipak",
    "warehouse_id": 59032,
    "seller_gst": null,
    "assigned_company_name": "testdipak",
    "assigned_warehouse_id": 59032,
    "assigned_company_gst": null,
    "warehouse_contact": null,
    "pickup_address": "rtgyu",
    "pickup_city": "ftgyhu",
    "pickup_state": "Karnataka",
    "pickup_state_code": "29",
    "pickup_pin_code": "590010",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "testdipak@gmail.com",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2023-09-06 05:30:00",
    "tat": "2023-09-07 17:09:26",
    "available_after": null,
    "invoice_date": "2023-09-06 00:00:00",
    "import_date": "2023-09-06 17:09:26",
    "last_update_date": "2023-09-06 17:20:57",
    "manifest_date": "2023-09-06 17:21:14",
    "manifest_no": "20230906052113_10_28865_851",
    "invoice_number": "CKA1-2324-4",
    "marketplace_invoice_num": "Test_create_order_webhook",
    "shipping_last_update_date": "2023-09-06 17:21:14",
    "batch_id": null,
    "batch_created_at": null,
    "message": null,
    "courier_aggregator_name": "HandOver",
    "courier": "deepak.vr@easyecom.in",
    "carrier_id": 28865,
    "awb_number": "1744041393619105",
    "package_weight": "4",
    "package_height": "1",
    "package_length": "3",
    "package_width": "2",
    "order_status": "Shipped",
    "order_status_id": 7,
    "easyecom_order_history": [
      {
        "status": "Assigned",
        "status_id": 2,
        "date_time": "2023-09-06 17:09:27"
      },
      {
        "status": "Confirm new",
        "status_id": 17,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirmed",
        "status_id": 3,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm start",
        "status_id": 13,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm Fail",
        "status_id": 18,
        "date_time": "2023-09-06 17:17:48"
      },
      {
        "status": "Selfship Confirm",
        "status_id": 38,
        "date_time": "2023-09-06 17:18:56"
      },
      {
        "status": "Confirm Success",
        "status_id": 16,
        "date_time": "2023-09-06 17:19:47"
      },
      {
        "status": "Printed",
        "status_id": 5,
        "date_time": "2023-09-06 17:20:50"
      },
      {
        "status": "Ready to dispatch",
        "status_id": 6,
        "date_time": "2023-09-06 17:20:57"
      },
      {
        "status": "Shipped",
        "status_id": 7,
        "date_time": "2023-09-06 17:21:14"
      }
    ],
    "shipping_status": "Shipment Created",
    "shipping_status_id": 1,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "test",
    "shipping_name": "test",
    "contact_num": "9876543212",
    "address_line_1": "mumbai",
    "address_line_2": null,
    "city": "mumbai",
    "pin_code": "400067",
    "state": "Maharashtra",
    "state_code": "27",
    "country": "India",
    "country_code": 0,
    "email": "test@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "test",
    "billing_address_1": "mumbai",
    "billing_address_2": null,
    "billing_city": "mumbai",
    "billing_state": "Maharashtra",
    "billing_state_code": "27",
    "billing_pin_code": "400067",
    "billing_country": "India",
    "billing_mobile": "9876543212",
    "order_quantity": 5,
    "documents": {
      "easyecom_invoice": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Invoice/10/17440413959032.pdf?request-content-type=application/force-download",
      "label": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Labels/10/17440413959032.pdf?request-content-type=application/force-download",
      "intaxform": null,
      "outtaxform": null,
      "marketplaceinvoice": null,
      "marketplace_tax_invoice": null,
      "marketplace_b2c_invoice": null
    },
    "invoice_documents": null,
    "collectable_amount": 790,
    "total_amount": 790,
    "total_tax": 120.508,
    "breakup_types": {
      "Item Amount Excluding Tax": 675.4239,
      "Shipping Excluding Tax": 16.949100000000001,
      "Promotion Discount Excluding Tax": -22.881200000000003,
      "Item Amount IGST": 121.5761,
      "Shipping IGST": 3.0507999999999997,
      "Promotion Discount IGST": -4.1187999999999994
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 216516560,
        "suborder_num": "59032169400036663685228",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 2,
        "item_quantity": 2,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 2,
        "tax_type": "GST",
        "product_id": 19842860,
        "company_product_id": 77827995,
        "sku": "Dip1033",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1033",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1033",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "189.80519480519",
        "breakup_types": {
          "Item Amount Excluding Tax": 169.49160000000001,
          "Shipping Excluding Tax": 4.0721999999999996,
          "Promotion Discount Excluding Tax": -12.7118,
          "Item Amount IGST": 30.508400000000002,
          "Shipping IGST": 0.73299999999999998,
          "Promotion Discount IGST": -2.2881999999999998
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 2
      },
      {
        "suborder_id": 216516569,
        "suborder_num": "59032169400036719065368",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 3,
        "item_quantity": 3,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 3,
        "tax_type": "GST",
        "product_id": 19842861,
        "company_product_id": 77827996,
        "sku": "Dip1044",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1044",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1044",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "600.19480519481",
        "breakup_types": {
          "Item Amount Excluding Tax": 505.93230000000005,
          "Shipping Excluding Tax": 12.876899999999999,
          "Promotion Discount Excluding Tax": -10.1694,
          "Item Amount IGST": 91.067700000000002,
          "Shipping IGST": 2.3178000000000001,
          "Promotion Discount IGST": -1.8306
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 3
      }
    ],
    "location_key": "wo3484777024"
  }
]


5) Mark return:

If the user marks return on any product, it will trigger the Mark return action, and mark return data will be posted on the provided URL.

Version-1 (V1):

{
  "credit_notes": [
    {
      "credit_note_id": 9995488,
      "invoice_id": 174404139,
      "order_id": 141340837,
      "reference_code": "Test_create_order_webhook",
      "company_name": "testdipak",
      "location_key": "wo3484777024",
      "warehouseId": 59032,
      "seller_gst": null,
      "forward_shipment_pickup_address": "rtgyu",
      "forward_shipment_pickup_city": "ftgyhu",
      "forward_shipment_pickup_state": "Karnataka",
      "forward_shipment_pickup_state_code": "29",
      "forward_shipment_pickup_pin_code": "590010",
      "forward_shipment_pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "salesmanUserId": 0,
      "order_date": "2023-09-06 05:30:00",
      "invoice_date": "2023-09-06 00:00:00",
      "import_date": "2023-09-06 17:09:26",
      "last_update_date": "2023-09-06 17:20:57",
      "manifest_date": "2023-09-06 17:21:14",
      "credit_note_date": "2023-09-06 00:00:00",
      "return_date": "2023-09-06",
      "manifest_no": "20230906052113_10_28865_851",
      "invoice_number": "CKA1-2324-4",
      "credit_note_number": "RCKA1-2324-1",
      "marketplace_credit_note_num": null,
      "marketplace_invoice_num": "Test_create_order_webhook",
      "batch_id": null,
      "batch_created_at": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "credit_note_documents": null,
      "credit_note_amount": 789.99990000000003,
      "credit_note_tax_amount": 120.5081,
      "return_awb_number": null,
      "return_type": null,
      "buyer_gst": "NA",
      "forward_shipment_customer_name": "test",
      "forward_shipment_customer_contact_num": "9876543212",
      "forward_shipment_customer_address_line_1": "mumbai",
      "forward_shipment_customer_address_line_2": null,
      "forward_shipment_customer_city": "mumbai",
      "forward_shipment_customer_pin_code": "400067",
      "forward_shipment_customer_state": "Maharashtra",
      "forward_shipment_customer_state_code": "27",
      "forward_shipment_customer_country": "India",
      "forward_shipment_customer_email": "test@gmail.com",
      "forward_shipment_billing_name": "test",
      "forward_shipment_billing_address_1": "mumbai",
      "forward_shipment_billing_address_2": null,
      "forward_shipment_billing_city": "mumbai",
      "forward_shipment_billing_state": "Maharashtra",
      "forward_shipment_billing_state_code": "27",
      "forward_shipment_billing_pin_code": "400067",
      "forward_shipment_billing_country": "India",
      "forward_shipment_billing_mobile": "9876543212",
      "order_quantity": 5,
      "total_invoice_amount": 790,
      "total_invoice_tax": 120.508,
      "invoice_collectable_amount": 790,
      "items": [
        {
          "company_product_id": 77827995,
          "product_id": 19842860,
          "suborder_id": 216516560,
          "suborder_num": "59032169400036663685228",
          "return_reason": "Not delivered - Unknown",
          "inventory_status": "QC Pass",
          "shipment_type": "SelfShip",
          "suborder_quantity": 2,
          "returned_item_quantity": 2,
          "tax_type": "GST",
          "total_item_selling_price": "189.80519480519",
          "credit_note_total_item_shipping_charge": 4.8051996231079102,
          "credit_note_total_item_miscellaneous": -15,
          "item_tax_rate": 18,
          "credit_note_total_item_tax": 28.953199999999999,
          "credit_note_total_item_excluding_tax": 160.852,
          "sku": "Dip1033",
          "productName": "Dip1033",
          "description": null,
          "category": "CC5",
          "brand": "Test",
          "model_no": "1234567890-",
          "product_tax_code": null,
          "ean": "NA",
          "size": "1",
          "cost": 1,
          "mrp": 1,
          "weight": 1,
          "length": 1,
          "width": 1,
          "height": 1,
          "item_type": "simple_product",
          "parent_sku": null
        },
        {
          "company_product_id": 77827996,
          "product_id": 19842861,
          "suborder_id": 216516569,
          "suborder_num": "59032169400036719065368",
          "return_reason": "Not delivered - Unknown",
          "inventory_status": "QC Pass",
          "shipment_type": "SelfShip",
          "suborder_quantity": 3,
          "returned_item_quantity": 3,
          "tax_type": "GST",
          "total_item_selling_price": "600.19480519481",
          "credit_note_total_item_shipping_charge": 15.194701194763184,
          "credit_note_total_item_miscellaneous": -12,
          "item_tax_rate": 18,
          "credit_note_total_item_tax": 91.554900000000004,
          "credit_note_total_item_excluding_tax": 508.63979999999998,
          "sku": "Dip1044",
          "productName": "Dip1044",
          "description": null,
          "category": "CC5",
          "brand": "Test",
          "model_no": "1234567890-",
          "product_tax_code": null,
          "ean": "NA",
          "size": "1",
          "cost": 1,
          "mrp": 1,
          "weight": 1,
          "length": 1,
          "width": 1,
          "height": 1,
          "item_type": "simple_product",
          "parent_sku": null
        }
      ]
    }
  ],
  "nextUrl": null
}


6) GRN Details:

As soon as the user acknowledges the goods received, it will trigger the GRN details and the data will be posted on the provided URL. 

V1:

{
  "buyerCompanyName": "AkshataTest",
  "buyerCity": "Mumbai",
  "buyerCountry": "India",
  "buyerStreet": "Shivaji Nagar",
  "buyerPincode": "400011",
  "buyerState": "Maharashtra",
  "vendorCode": null,
  "vendorName": "AkshataTest",
  "vendor_gstn": "",
  "vendorCity": "Mumbai",
  "vendorCountry": "India",
  "vendorStreet": "Shivaji Nagar",
  "vendorPincode": "400011",
  "vendorState": "Maharashtra",
  "grnId": 161429,
  "grnInvoiceNumber": "AutoGrn",
  "grnInvoiceDate": "2023-05-30",
  "grnCreatedAt": "2023-05-30 10:23:36",
  "grnStatus": "Completed",
  "poRefNum": "Auto PO",
  "grnPrice": 10,
  "poNumber": 359993,
  "poStatus": "Completed",
  "poCreateDate": "2023-05-30 10:23:36",
  "sku": "AK001",
  "received_quantity": 1000,
  "poQuantity": 1000,
  "product_unique_code": "987654321",
  "mrp": 10,
  "batchCode": null,
  "totalGrn": 10000,
  "currentGrnItemdate": "2023-05-30 10:23:36",
  "lineItemNo": null
}

7) Complete GRN:

The user enters the quantity, verifies it and confirms the quantity that was received. Once GRN is completed, it will trigger “GRN data” and data will be posted on the provided URL.

V1:

{
  "buyerCompanyName": "AkshataTest",
  "buyerCity": "Mumbai",
  "buyerCountry": "India",
  "buyerStreet": "Shivaji Nagar",
  "buyerPincode": "400011",
  "buyerState": "Maharashtra",
  "vendorCode": null,
  "vendorName": "AkshataTest",
  "vendor_gstn": "",
  "vendorCity": "Mumbai",
  "vendorCountry": "India",
  "vendorStreet": "Shivaji Nagar",
  "vendorPincode": "400011",
  "vendorState": "Maharashtra",
  "grnId": 161430,
  "grnInvoiceNumber": null,
  "grnInvoiceDate": null,
  "grnCreatedAt": "2023-05-30 10:27:55",
  "grnStatus": "Completed",
  "poRefNum": "",
  "poNumber": 359994,
  "poStatus": "Approved",
  "poCreateDate": "2023-05-30 10:27:26",
  "poOrderId": null,
  "items": [
    {
      "sku": "AK001",
      "lineItemNo": null,
      "cpId": 65142281,
      "mrp": 10,
      "accounting_sku": null,
      "vendor_sku": null,
      "accounting_unit": null,
      "product_unique_code": "987654321",
      "description": "Simple Product 1",
      "product_name": "AK001",
      "received_quantity": 10,
      "poQuantity": "100",
      "poItemPrice": 8.4746,
      "grnPrice": 10,
      "colour": "Black",
      "size": "10",
      "CGST": 0.7627,
      "SGST": 0.7627,
      "IGST": 0,
      "TAX": 1.5254,
      "tax_percentage": 18,
      "totalTaxableValue": 84.746,
      "grnTotalValue": 100,
      "totalTaxValue": 15.254,
      "totalCGSTValue": 7.627,
      "totalSGSTValue": 7.627,
      "totalIGSTValue": 0
    }
  ]
}

8) RTD:

V1:

{
  "orders": [
    {
      "invoice_id": 129075278,
      "order_id": 63557079,
      "queue_message": null,
      "queue_status": 3,
      "order_priority": 0,
      "blockSplit": 0,
      "reference_code": "TEST_WEBHOOK345",
      "company_name": "AkshataTest",
      "warehouseId": 76404,
      "seller_gst": "",
      "import_warehouse_id": 76404,
      "import_warehouse_name": "AkshataTest",
      "pickup_address": "Shivaji Nagar",
      "pickup_city": "Mumbai",
      "pickup_state": "Maharashtra",
      "pickup_pin_code": "400011",
      "pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-05-30 05:30:00",
      "tat": "2023-05-31 13:13:34",
      "available_after": null,
      "invoice_date": "2023-05-30 00:00:00",
      "import_date": "2023-05-30 13:13:34",
      "last_update_date": "2023-05-30 14:20:54",
      "manifest_date": null,
      "manifest_no": null,
      "invoice_number": "CMH1-2324-305",
      "marketplace_invoice_num": "TEST_WEBHOOK345",
      "shipping_last_update_date": "2023-05-30 14:18:38",
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "TEST1",
      "carrier_id": 16454,
      "awb_number": "1290752782656091",
      "order_status": "Printed",
      "order_status_id": 5,
      "shipping_status": "Shipment Created",
      "shipping_status_id": 1,
      "shipping_history": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "payment_gateway_transaction_number": null,
      "payment_gateway_name": null,
      "buyer_gst": "NA",
      "customer_name": "Test",
      "contact_num": "9611624902",
      "address_line_1": "HSR",
      "address_line_2": null,
      "city": "Bangalore",
      "pin_code": "590012",
      "state": "Karnataka",
      "country": "India",
      "email": "test@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "Test",
      "billing_address_1": "HSR",
      "billing_address_2": null,
      "billing_city": "Bangalore",
      "billing_state": "Karnataka",
      "billing_pin_code": "590012",
      "billing_country": "India",
      "billing_mobile": "9611624902",
      "order_quantity": 5,
      "meta": null,
      "documents": {
        "easyecom_invoice": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Invoice/10/12907527876404.pdf?request-content-type=application/force-download",
        "label": "https://ee-uploaded-files-oregon.s3.us-west-2.amazonaws.com/Labels/10/12907527876404.pdf?request-content-type=application/force-download",
        "intaxform": null,
        "outtaxform": null,
        "marketplaceinvoice": null,
        "marketplace_tax_invoice": null,
        "marketplace_b2c_invoice": null
      },
      "total_amount": 0,
      "total_tax": 0,
      "total_shipping_charge": 0,
      "total_discount": 0,
      "collectable_amount": 0,
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "suborders": [
        {
          "suborder_id": 101198301,
          "suborder_num": "76404168543261498131362",
          "item_status": "Printed",
          "shipment_type": "SelfShip",
          "suborder_quantity": 5,
          "item_quantity": 5,
          "returned_quantity": 0,
          "cancelled_quantity": 0,
          "shipped_quantity": 5,
          "batch_codes": null,
          "serial_nums": "NA",
          "batchcode_serial": "NA",
          "batchcode_expiry": "NA",
          "tax_type": "GST",
          "suborder_history": {
            "qc_pass_datetime": "2023-05-30 13:13:34",
            "confirm_datetime": "2023-05-30 14:17:49",
            "print_datetime": "2023-05-30 14:20:56",
            "manifest_datetime": null
          },
          "meta": null,
          "selling_price": null,
          "total_shipping_charge": null,
          "total_miscellaneous": null,
          "tax_rate": 18,
          "tax": 0,
          "product_id": 18041624,
          "company_product_id": 74524394,
          "sku": "COM1",
          "sku_type": "Combo",
          "sub_product_count": 1,
          "marketplace_sku": "COM1",
          "productName": "COM1",
          "description": "COM1",
          "category": "Mobile",
          "brand": "Test",
          "model_no": "COM1",
          "product_tax_code": null,
          "ean": "765434567",
          "size": "1",
          "cost": 100,
          "mrp": 100,
          "weight": 100,
          "length": 1,
          "width": 1,
          "height": 1,
          "scheme_applied": 0,
          "custom_fields": []
        }
      ]
    }
  ],
  "nextUrl": null
}

Version-2 (V2):


[
  {
    "invoice_id": 174404139,
    "order_id": 141340837,
    "blockSplit": 0,
    "reference_code": "Test_create_order_webhook",
    "company_name": "testdipak",
    "warehouse_id": 59032,
    "seller_gst": null,
    "assigned_company_name": "testdipak",
    "assigned_warehouse_id": 59032,
    "assigned_company_gst": null,
    "warehouse_contact": null,
    "pickup_address": "rtgyu",
    "pickup_city": "ftgyhu",
    "pickup_state": "Karnataka",
    "pickup_state_code": "29",
    "pickup_pin_code": "590010",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "testdipak@gmail.com",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2023-09-06 05:30:00",
    "tat": "2023-09-07 17:09:26",
    "available_after": null,
    "invoice_date": "2023-09-06 00:00:00",
    "import_date": "2023-09-06 17:09:26",
    "last_update_date": "2023-09-06 17:20:49",
    "manifest_date": null,
    "manifest_no": null,
    "invoice_number": "CKA1-2324-4",
    "marketplace_invoice_num": "Test_create_order_webhook",
    "shipping_last_update_date": "2023-09-06 17:18:56",
    "batch_id": null,
    "batch_created_at": null,
    "message": null,
    "courier_aggregator_name": "HandOver",
    "courier": "deepak.vr@easyecom.in",
    "carrier_id": 28865,
    "awb_number": "1744041393619105",
    "package_weight": "4",
    "package_height": "1",
    "package_length": "3",
    "package_width": "2",
    "order_status": "Printed",
    "order_status_id": 5,
    "easyecom_order_history": [
      {
        "status": "Assigned",
        "status_id": 2,
        "date_time": "2023-09-06 17:09:27"
      },
      {
        "status": "Confirm new",
        "status_id": 17,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirmed",
        "status_id": 3,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm start",
        "status_id": 13,
        "date_time": "2023-09-06 17:17:47"
      },
      {
        "status": "Confirm Fail",
        "status_id": 18,
        "date_time": "2023-09-06 17:17:48"
      },
      {
        "status": "Selfship Confirm",
        "status_id": 38,
        "date_time": "2023-09-06 17:18:56"
      },
      {
        "status": "Confirm Success",
        "status_id": 16,
        "date_time": "2023-09-06 17:19:47"
      },
      {
        "status": "Printed",
        "status_id": 5,
        "date_time": "2023-09-06 17:20:50"
      }
    ],
    "shipping_status": "Shipment Created",
    "shipping_status_id": 1,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "test",
    "shipping_name": "test",
    "contact_num": "9876543212",
    "address_line_1": "mumbai",
    "address_line_2": null,
    "city": "mumbai",
    "pin_code": "400067",
    "state": "Maharashtra",
    "state_code": "27",
    "country": "India",
    "country_code": 0,
    "email": "test@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "test",
    "billing_address_1": "mumbai",
    "billing_address_2": null,
    "billing_city": "mumbai",
    "billing_state": "Maharashtra",
    "billing_state_code": "27",
    "billing_pin_code": "400067",
    "billing_country": "India",
    "billing_mobile": "9876543212",
    "order_quantity": 5,
    "documents": {
      "intaxform": null,
      "outtaxform": null,
      "marketplaceinvoice": null,
      "marketplace_tax_invoice": null,
      "marketplace_b2c_invoice": null
    },
    "invoice_documents": null,
    "collectable_amount": 790,
    "total_amount": 790,
    "total_tax": 120.508,
    "breakup_types": {
      "Item Amount Excluding Tax": 675.4239,
      "Shipping Excluding Tax": 16.9491,
      "Promotion Discount Excluding Tax": -22.881200000000003,
      "Item Amount IGST": 121.5761,
      "Shipping IGST": 3.0507999999999997,
      "Promotion Discount IGST": -4.118799999999999
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 216516560,
        "suborder_num": "59032169400036663685228",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 2,
        "item_quantity": 2,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 2,
        "tax_type": "GST",
        "product_id": 19842860,
        "company_product_id": 77827995,
        "sku": "Dip1033",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1033",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1033",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "189.80519480519",
        "breakup_types": {
          "Item Amount Excluding Tax": 169.4916,
          "Shipping Excluding Tax": 4.0722,
          "Promotion Discount Excluding Tax": -12.7118,
          "Item Amount IGST": 30.5084,
          "Shipping IGST": 0.733,
          "Promotion Discount IGST": -2.2882
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 2
      },
      {
        "suborder_id": 216516569,
        "suborder_num": "59032169400036719065368",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 3,
        "item_quantity": 3,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 3,
        "tax_type": "GST",
        "product_id": 19842861,
        "company_product_id": 77827996,
        "sku": "Dip1044",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1044",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1044",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "600.19480519481",
        "breakup_types": {
          "Item Amount Excluding Tax": 505.93230000000005,
          "Shipping Excluding Tax": 12.8769,
          "Promotion Discount Excluding Tax": -10.1694,
          "Item Amount IGST": 91.0677,
          "Shipping IGST": 2.3178,
          "Promotion Discount IGST": -1.8306
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 3
      }
    ],
    "location_key": "wo3484777024"
  }
]

9) Tracking:

V1:

[
  {
    "last_status_update": "2023-05-23 16:54:05",
    "suborder_id": 101136575,
    "master_carrier_id": 7475,
    "tier": null,
    "carrier_id": 16454,
    "status_id": 7,
    "shipping_status_id": 18,
    "reference_code": "TEST_SUBORDER",
    "awbNumber": "871839529806095",
    "invoiceId": 87183952,
    "orderId": 63505113,
    "invoiceAmount": 10,
    "tax": 1.5256,
    "shippingHistory": null,
    "currentShippingStatus": "Pickup Scheduled",
    "expectedDeliveryDate": "2023-05-29 00:00:00",
    "carrierName": "TEST1",
    "orderDate": "2023-01-20 05:30:00",
    "invoiceDate": "2023-05-23",
    "orderStatus": "Shipped",
    "companyName": "AkshataTest",
    "companyLogo": null,
    "city": "Bangalore",
    "state": "Karnataka",
    "pin_code": "590012",
    "customer_name": "Test",
    "customer_mobile_num": "9611624922",
    "items": [
      "AK001 (AK001) X 1",
      "AK002 (AK002) X 1"
    ],
    "last_status": null,
    "edd_month": "May",
    "edd_year": "2023",
    "edd_day": "29",
    "notes": []
  }
]

10) Confirm Order start:

V1:

{
  "orders": [
    {
      "invoice_id": 125754881,
      "order_id": 63505316,
      "queue_message": null,
      "queue_status": 1,
      "order_priority": 0,
      "blockSplit": 0,
      "reference_code": "TEST_SHEET1",
      "company_name": "AkshataTest",
      "warehouseId": 76404,
      "seller_gst": "",
      "import_warehouse_id": 76404,
      "import_warehouse_name": "AkshataTest",
      "pickup_address": "Shivaji Nagar",
      "pickup_city": "Mumbai",
      "pickup_state": "Maharashtra",
      "pickup_pin_code": "400011",
      "pickup_country": "India",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Offline",
      "marketplace_id": 10,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-01-24 05:30:00",
      "tat": "2023-01-25 11:58:28",
      "available_after": null,
      "invoice_date": "2023-05-30 00:00:00",
      "import_date": "2023-01-24 11:58:28",
      "last_update_date": "2023-05-30 10:47:53",
      "manifest_date": null,
      "manifest_no": null,
      "invoice_number": "CMH1-2324-300",
      "marketplace_invoice_num": "TEST_SHEET1",
      "shipping_last_update_date": null,
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "SelfShip",
      "carrier_id": 23,
      "awb_number": null,
      "order_status": "Confirmed",
      "order_status_id": 3,
      "shipping_status": null,
      "shipping_status_id": null,
      "shipping_history": null,
      "payment_mode": "PrePaid",
      "payment_mode_id": 5,
      "payment_gateway_transaction_number": null,
      "payment_gateway_name": null,
      "buyer_gst": "NA",
      "customer_name": "test",
      "contact_num": "9611624902",
      "address_line_1": "HSR",
      "address_line_2": null,
      "city": "Banaglore",
      "pin_code": "560025",
      "state": "Karnataka",
      "country": "India",
      "email": "test@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "test",
      "billing_address_1": "HSR",
      "billing_address_2": null,
      "billing_city": "Banaglore",
      "billing_state": "Karnataka",
      "billing_pin_code": "560025",
      "billing_country": "India",
      "billing_mobile": "9611624902",
      "order_quantity": 1,
      "meta": null,
      "documents": null,
      "total_amount": 377,
      "total_tax": 57.5086,
      "total_shipping_charge": 0,
      "total_discount": 0,
      "collectable_amount": 0,
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "suborders": [
        {
          "suborder_id": 101137303,
          "suborder_num": "76404167454170842854992",
          "item_status": "Confirmed",
          "shipment_type": "SelfShip",
          "suborder_quantity": 1,
          "item_quantity": 1,
          "returned_quantity": 0,
          "cancelled_quantity": 0,
          "shipped_quantity": 1,
          "batch_codes": null,
          "serial_nums": "NA",
          "batchcode_serial": "NA",
          "batchcode_expiry": "NA",
          "tax_type": "GST",
          "suborder_history": {
            "qc_pass_datetime": "2023-01-24 11:58:28",
            "confirm_datetime": "2023-05-30 10:47:53",
            "print_datetime": null,
            "manifest_datetime": null
          },
          "meta": null,
          "selling_price": "377",
          "total_shipping_charge": null,
          "total_miscellaneous": null,
          "tax_rate": 18,
          "tax": 57.5086,
          "product_id": 17781868,
          "company_product_id": 65142455,
          "sku": "test_sku",
          "sku_type": "Normal",
          "sub_product_count": 1,
          "marketplace_sku": "test_sku",
          "productName": "test_sku",
          "description": null,
          "category": "Bag",
          "brand": "Unknown",
          "model_no": "",
          "product_tax_code": null,
          "ean": "NA",
          "size": "1",
          "cost": null,
          "mrp": 0,
          "weight": 1,
          "length": 1,
          "width": 1,
          "height": 1,
          "scheme_applied": 0,
          "custom_fields": []
        }
      ]
    }
  ],
  "nextUrl": null
}

V2:

[
  {
    "invoice_id": 125755145,
    "order_id": 63505504,
    "blockSplit": 0,
    "reference_code": "TEST_B2C1",
    "company_name": "AkshataTest",
    "warehouse_id": 76404,
    "seller_gst": "",
    "assigned_company_name": "AkshataTest",
    "assigned_warehouse_id": 76404,
    "assigned_company_gst": "",
    "warehouse_contact": "",
    "pickup_address": "Shivaji Nagar",
    "pickup_city": "Mumbai",
    "pickup_state": "Maharashtra",
    "pickup_state_code": "27",
    "pickup_pin_code": "400011",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "NA",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2023-01-25 05:30:00",
    "tat": "2023-01-26 17:27:33",
    "available_after": null,
    "invoice_date": "2023-05-30 00:00:00",
    "import_date": "2023-01-25 17:27:33",
    "last_update_date": "2023-05-30 10:51:15",
    "manifest_date": null,
    "manifest_no": null,
    "invoice_number": "CMH1-2324-301",
    "marketplace_invoice_num": "TEST_B2C1",
    "shipping_last_update_date": null,
    "batch_id": null,
    "batch_created_at": null,
    "message": null,
    "courier": "SelfShip",
    "carrier_id": 23,
    "awb_number": null,
    "package_weight": 100,
    "package_height": 10,
    "package_length": 10,
    "package_width": 10,
    "order_status": "Confirmed",
    "order_status_id": 3,
    "easyecom_order_history": [
      {
        "status": "Assigned",
        "status_id": 2,
        "date_time": "2023-01-25 17:27:33"
      },
      {
        "status": "Confirm new",
        "status_id": 17,
        "date_time": "2023-05-30 10:51:15"
      },
      {
        "status": "Confirmed",
        "status_id": 3,
        "date_time": "2023-05-30 10:51:15"
      }
    ],
    "shipping_status": null,
    "shipping_status_id": null,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "Test",
    "shipping_name": "Test",
    "contact_num": "9999999999",
    "address_line_1": "HSR",
    "address_line_2": null,
    "city": "Bangalore",
    "pin_code": "590012",
    "state": "Karnataka",
    "state_code": "29",
    "country": "India",
    "country_code": 0,
    "email": "test@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "Test",
    "billing_address_1": "HSR",
    "billing_address_2": null,
    "billing_city": "Bangalore",
    "billing_state": "Karnataka",
    "billing_state_code": "29",
    "billing_pin_code": "590012",
    "billing_country": "India",
    "billing_mobile": "9999999999",
    "order_quantity": 6,
    "documents": null,
    "invoice_documents": null,
    "collectable_amount": 10,
    "total_amount": 10,
    "total_tax": 1.5258,
    "breakup_types": {
      "Item Amount Excluding Tax": 0,
      "Shipping Excluding Tax": 8.474699999999999,
      "Item Amount CGST": 0,
      "Item Amount SGST": 0,
      "Shipping CGST": 0.7629,
      "Shipping SGST": 0.7629
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 101137809,
        "suborder_num": "76404167464785321453252",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 1,
        "item_quantity": 1,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 1,
        "tax_type": "GST",
        "product_id": 17781814,
        "company_product_id": 65142281,
        "sku": "AK001",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "AK001",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "AK001",
        "description": "Simple Product 1",
        "category": "Bottle",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "12345",
        "product_tax_code": "12345",
        "ean": "987654321",
        "size": "10",
        "cost": 10,
        "mrp": 10,
        "weight": 10,
        "length": 10,
        "width": 10,
        "height": 10,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null
        ],
        "tax_rate": 18,
        "selling_price": "2.5",
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Shipping Excluding Tax": 2.1186,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0,
          "Shipping CGST": 0.1907,
          "Shipping SGST": 0.1907
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 1
      },
      {
        "suborder_id": 101137810,
        "suborder_num": "7640416746478534098936",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 1,
        "item_quantity": 1,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 1,
        "tax_type": "GST",
        "product_id": 17781814,
        "company_product_id": 65142281,
        "sku": "AK001",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "AK001",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "AK001",
        "description": "Simple Product 1",
        "category": "Bottle",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "12345",
        "product_tax_code": "12345",
        "ean": "987654321",
        "size": "10",
        "cost": 10,
        "mrp": 10,
        "weight": 10,
        "length": 10,
        "width": 10,
        "height": 10,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null
        ],
        "tax_rate": 18,
        "selling_price": "2.5",
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Shipping Excluding Tax": 2.1186,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0,
          "Shipping CGST": 0.1907,
          "Shipping SGST": 0.1907
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 1
      },
      {
        "suborder_id": 101137811,
        "suborder_num": "76404167464785463667023",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 1,
        "item_quantity": 1,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 1,
        "tax_type": "GST",
        "product_id": 17781814,
        "company_product_id": 65142281,
        "sku": "AK001",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "AK001",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "AK001",
        "description": "Simple Product 1",
        "category": "Bottle",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "12345",
        "product_tax_code": "12345",
        "ean": "987654321",
        "size": "10",
        "cost": 10,
        "mrp": 10,
        "weight": 10,
        "length": 10,
        "width": 10,
        "height": 10,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null
        ],
        "tax_rate": 18,
        "selling_price": "2.5",
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Shipping Excluding Tax": 2.1186,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0,
          "Shipping CGST": 0.1907,
          "Shipping SGST": 0.1907
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 1
      },
      {
        "suborder_id": 101137812,
        "suborder_num": "76404167464785491303511",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 3,
        "item_quantity": 3,
        "returned_quantity": 0,
        "cancelled_quantity": 0,
        "shipped_quantity": 3,
        "tax_type": "GST",
        "product_id": 17781815,
        "company_product_id": 65142285,
        "sku": "AK002",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "AK002",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "AK002",
        "description": "Simple Product 2",
        "category": "Bottle",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1235",
        "product_tax_code": null,
        "ean": "987654322",
        "size": "11",
        "cost": 11,
        "mrp": 11,
        "weight": 11,
        "length": 11,
        "width": 11,
        "height": 11,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": "2.5",
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Shipping Excluding Tax": 2.1189,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0,
          "Shipping CGST": 0.19080000000000003,
          "Shipping SGST": 0.19080000000000003
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 3
      }
    ]
  }
]

11) Fetch order:

Once the order is fetched from Marketplaces, it will trigger fetch order action and fetch order data will be posted on the provided URL.

[
   {
      "invoice_id": 129082805,
      "order_id": 63563587,
      "blockSplit": 0,
      "reference_code": "1028",
      "company_name": "TestSanjay",
      "warehouse_id": 76261,
      "seller_gst": null,
      "assigned_company_name": "TestSanjay",
      "assigned_warehouse_id": 76261,
      "assigned_company_gst": null,
      "warehouse_contact": null,
      "pickup_address": "Plot 6, Sharma Colony, Nandpuri Road, 22 Godam",
      "pickup_city": "Jaipur",
      "pickup_state": "Rajasthan",
      "pickup_state_code": "8",
      "pickup_pin_code": "302006",
      "pickup_country": "India",
      "picker": "NA",
      "packer": "NA",
      "order_type": "B2C",
      "order_type_key": "retailorder",
      "replacement_order": 0,
      "marketplace": "Shopify13",
      "MarketCId": 8447,
      "marketplace_id": 179,
      "market_shipped": 0,
      "merchant_c_id": 8447,
      "qcPassed": 1,
      "salesmanUserId": 0,
      "order_date": "2023-06-15 09:41:42",
      "tat": "2023-06-16 19:12:23",
      "available_after": null,
      "invoice_date": "",
      "import_date": "2023-06-15 19:12:23",
      "last_update_date": "2023-06-15 19:12:22",
      "manifest_date": null,
      "manifest_no": null,
      "invoice_number": null,
      "marketplace_invoice_num": null,
      "shipping_last_update_date": null,
      "batch_id": null,
      "batch_created_at": null,
      "message": null,
      "courier": "SelfShip",
      "carrier_id": 23,
      "awb_number": null,
      "package_weight": 102,
      "package_height": 4,
      "package_length": 4,
      "package_width": 4,
      "order_status": "Open",
      "order_status_id": 1,
      "easyecom_order_history": null,
      "shipping_status": null,
      "shipping_status_id": null,
      "tracking_url": null,
      "shipping_history": null,
      "payment_mode": "COD",
      "payment_mode_id": 2,
      "payment_gateway_transaction_number": null,
      "buyer_gst": "NA",
      "customer_name": "1st stage",
      "shipping_name": "btm",
      "contact_num": "9999999999",
      "address_line_1": "BTM Layout",
      "address_line_2": null,
      "city": "Bengaluru",
      "pin_code": "560029",
      "state": "Karnataka",
      "state_code": "29",
      "country": "India",
      "country_code": 0,
      "email": "wertyu987654@gmail.com",
      "latitude": null,
      "longitude": null,
      "billing_name": "btm 1st stage",
      "billing_address_1": "BTM Layout",
      "billing_address_2": null,
      "billing_city": "Bengaluru",
      "billing_state": "Karnataka",
      "billing_state_code": "29",
      "billing_pin_code": "560029",
      "billing_country": "India",
      "billing_mobile": "9876543212",
      "order_quantity": 4,
      "documents": null,
      "invoice_documents": null,
      "collectable_amount": 1540.97,
      "total_amount": 1413.73,
      "total_tax": 215.654,
      "breakup_types": {
         "Item Amount Excluding Tax": 1198.0763,
         "Item Amount IGST": 215.65370000000001
      },
      "tcs_rate": 0,
      "tcs_amount": 0,
      "customer_code": "NA",
      "order_items": [
         {
            "suborder_id": 101210446,
            "suborder_num": "11981982826590",
            "invoicecode": null,
            "item_collectable_amount": 118.81,
            "shipment_type": "SelfShip",
            "suborder_quantity": 1,
            "item_quantity": 1,
            "returned_quantity": 0,
            "cancelled_quantity": 0,
            "shipped_quantity": 1,
            "tax_type": "GST",
            "product_id": 17776461,
            "company_product_id": 65103655,
            "sku": "nsku03",
            "expiry_type": 0,
            "sku_type": "Normal",
            "sub_product_count": 1,
            "marketplace_sku": "SKU-1",
            "listing_ref_number": "41832605057118",
            "listing_id": "6698715742302",
            "productName": "sdfgncx03",
            "description": null,
            "category": "CAT002",
            "brand": "SKU13",
            "brand_id": 7137984,
            "model_no": "8467",
            "product_tax_code": null,
            "ean": "89467",
            "size": "50",
            "cost": 302,
            "mrp": 202,
            "weight": 102,
            "length": 4,
            "width": 4,
            "height": 4,
            "scheme_applied": 0,
            "custom_fields": [],
            "serials": [
               null
            ],
            "tax_rate": 18,
            "selling_price": "109",
            "breakup_types": {
               "Item Amount Excluding Tax": 92.3729,
               "Item Amount IGST": 16.6271
            },
            "station_scanned_quantity": 0,
            "batch_scanned_quantity": 0,
            "assigned_quantity": 0
         },
         {
            "suborder_id": 101210445,
            "suborder_num": "11981982793822",
            "invoicecode": null,
            "item_collectable_amount": 1422.1557,
            "shipment_type": "SelfShip",
            "suborder_quantity": 3,
            "item_quantity": 3,
            "returned_quantity": 0,
            "cancelled_quantity": 0,
            "shipped_quantity": 3,
            "tax_type": "GST",
            "product_id": 17776460,
            "company_product_id": 65103654,
            "sku": "nsku02",
            "sku_type": "Normal",
            "sub_product_count": 1,
            "marketplace_sku": "Aurelia kurti123",
            "listing_ref_number": "42070024454238",
            "listing_id": "6778777763934",
            "productName": "sdfgncx02",
            "description": null,
            "category": "CAT001",
            "brand": "SKU12",
            "brand_id": 7137983,
            "model_no": "8466",
            "product_tax_code": null,
            "ean": "89466",
            "size": "30",
            "cost": 301,
            "mrp": 201,
            "weight": 101,
            "length": 3,
            "width": 3,
            "height": 3,
            "scheme_applied": 0,
            "custom_fields": [],
            "serials": [
               null,
               null,
               null
            ],
            "tax_rate": 18,
            "selling_price": "1304.73",
            "breakup_types": {
               "Item Amount Excluding Tax": 1105.7033999999999,
               "Item Amount IGST": 199.02660000000003
            },
            "station_scanned_quantity": 0,
            "batch_scanned_quantity": 0,
            "assigned_quantity": 0
         }
      ]
   } ]

12) Cancel order:

Once the user cancel the order, it will trigger cancel order action and cancelled order data will be posted on the provided URL 

Version-2 (V2):

[
  {
    "invoice_id": 174409094,
    "order_id": 91295577,
    "blockSplit": 0,
    "reference_code": "AWB_A_ORDER_15",
    "company_name": "testdipak",
    "warehouse_id": 59032,
    "seller_gst": null,
    "assigned_company_name": "testdipak",
    "assigned_warehouse_id": 59032,
    "assigned_company_gst": null,
    "warehouse_contact": null,
    "pickup_address": "rtgyu",
    "pickup_city": "ftgyhu",
    "pickup_state": "Karnataka",
    "pickup_state_code": "29",
    "pickup_pin_code": "590010",
    "pickup_country": "India",
    "picker": "NA",
    "packer": "NA",
    "order_type": "B2C",
    "order_type_key": "retailorder",
    "replacement_order": 0,
    "marketplace": "Offline",
    "MarketCId": 123,
    "marketplace_id": 10,
    "market_shipped": 0,
    "merchant_c_id": 123,
    "qcPassed": 1,
    "salesmanUserId": 0,
    "order_date": "2022-12-09 05:30:00",
    "tat": "2022-12-10 11:45:46",
    "available_after": null,
    "invoice_date": "2022-12-09 00:00:00",
    "import_date": "2022-12-09 11:45:46",
    "last_update_date": "2023-09-06 17:36:37",
    "manifest_date": null,
    "manifest_no": null,
    "invoice_number": null,
    "marketplace_invoice_num": "AWB_A_ORDER_15",
    "shipping_last_update_date": null,
    "batch_id": 1022237,
    "batch_created_at": "2023-01-12 17:27:45",
    "message": null,
    "courier_aggregator_name": null,
    "courier": "SelfShip",
    "carrier_id": 23,
    "awb_number": null,
    "package_weight": "2",
    "package_height": "2",
    "package_length": "2",
    "package_width": "2",
    "order_status": "Cancelled",
    "order_status_id": 9,
    "easyecom_order_history": [
      {
        "status": "Cancelled",
        "status_id": 9,
        "date_time": "2023-09-06 17:36:36"
      }
    ],
    "shipping_status": null,
    "shipping_status_id": null,
    "tracking_url": null,
    "shipping_history": null,
    "payment_mode": "COD",
    "payment_mode_id": 2,
    "payment_gateway_transaction_number": null,
    "buyer_gst": "NA",
    "customer_name": "defgh",
    "shipping_name": "defgh",
    "contact_num": "9611624901",
    "address_line_1": "fghjk",
    "address_line_2": null,
    "city": "rftgyuj",
    "pin_code": "590012",
    "state": "Karnataka",
    "state_code": "29",
    "country": "India",
    "country_code": 0,
    "email": "sdrg@gmail.com",
    "latitude": null,
    "longitude": null,
    "billing_name": "defgh",
    "billing_address_1": "fghjk",
    "billing_address_2": null,
    "billing_city": "rftgyuj",
    "billing_state": "Karnataka",
    "billing_state_code": "29",
    "billing_pin_code": "590012",
    "billing_country": "India",
    "billing_mobile": "9611624901",
    "order_quantity": 20,
    "documents": null,
    "invoice_documents": null,
    "collectable_amount": 0,
    "total_amount": 0,
    "total_tax": 0,
    "breakup_types": {
      "Item Amount Excluding Tax": 0,
      "Item Amount CGST": 0,
      "Item Amount SGST": 0
    },
    "tcs_rate": 0,
    "tcs_amount": 0,
    "customer_code": "NA",
    "order_items": [
      {
        "suborder_id": 138115933,
        "suborder_num": "59032167056654641986277",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 10,
        "item_quantity": 10,
        "returned_quantity": 0,
        "cancelled_quantity": 10,
        "shipped_quantity": 0,
        "tax_type": "GST",
        "product_id": 19842860,
        "company_product_id": 77827995,
        "sku": "Dip1033",
        "expiry_type": 0,
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1033",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1033",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": null,
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 10
      },
      {
        "suborder_id": 138115938,
        "suborder_num": "59032167056654764983942",
        "invoicecode": null,
        "item_collectable_amount": 0,
        "shipment_type": "SelfShip",
        "suborder_quantity": 10,
        "item_quantity": 10,
        "returned_quantity": 0,
        "cancelled_quantity": 10,
        "shipped_quantity": 0,
        "tax_type": "GST",
        "product_id": 19842861,
        "company_product_id": 77827996,
        "sku": "Dip1044",
        "sku_type": "Normal",
        "sub_product_count": 1,
        "marketplace_sku": "Dip1044",
        "listing_ref_number": "-",
        "listing_id": "-",
        "productName": "Dip1044",
        "description": null,
        "category": "CC5",
        "brand": "Test",
        "brand_id": 7070022,
        "model_no": "1234567890-",
        "product_tax_code": null,
        "ean": "NA",
        "size": "1",
        "cost": 1,
        "mrp": 1,
        "weight": 1,
        "length": 1,
        "width": 1,
        "height": 1,
        "scheme_applied": 0,
        "custom_fields": [],
        "serials": [
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null,
          null
        ],
        "tax_rate": 18,
        "selling_price": null,
        "breakup_types": {
          "Item Amount Excluding Tax": 0,
          "Item Amount CGST": 0,
          "Item Amount SGST": 0
        },
        "station_scanned_quantity": 0,
        "batch_scanned_quantity": 0,
        "assigned_quantity": 10
      }
    ],
    "location_key": "wo3484777024"
  }
]


Along with this there are 2 more tabs in the webhook page namely 'Webhook Trigger History' and 'User Activity History', the details for both both this tab have been provided below.

Webhook Trigger History:

Via this page, all the events that have been triggered from EasyEcom to your interface will be shown here along with date and timestamp. By default, the trigger history of two days will be shown. However, a filters provided can be used by you to search the results as per your requirements,



User Activity History:

In this page, the changes made by any user in the webhook configuration will be shown here. The username, the changes done in webhook config page, date and timestamp, IP address will be tracked and displayed in this page. Sample snapshot have been provided below




    • Related Articles

    • Wave Picking Configuration

      What is Wave Picking? Wave picking is a way of short-interval scheduling where the system creates picklists at certain intervals. Managers, using the WMS, may assign groups of orders into short intervals called "waves" automatically, to initially ...
    • How to go Live on EasyEcom?

      If you are starting with your EasyEcom account for the first time, click here (after going through this onboarding guide) to start your onboarding process. There are 4 easy steps to go Live on the EasyEcom dashboard.  Step 1: Select your marketplace ...
    • EasyEcom Outbound Webhooks - Handling Invalid Responses

      1. Introduction This documentation aims to provide you with a clear understanding of how EasyEcom handles invalid responses for outbound webhooks. Our goal is to ensure your webhook requests remain reliable and effective. 2. Feature Overview Outbound ...
    • Integrating Payed with EasyEcom

      Please follow the below-mentioned process to integrate Payed with EasyEcom. Step 1: Click on the “Account Settings” option Once you click on the meatball menu, you will see the following fly-out menu: Here click on the “Account Settings” option. Step ...
    • Integrating Myntra PPMP with EasyEcom (New Account)

      By following the below-mentioned procedure you can easily integrate Myntra PPMP with EasyEcom. Step 1: On the dashboard, click on the “Three dots aka meatball menu” Step 2: Click on the “Account Settings” option Once you click on the meatball menu, ...