Order Webhook Event Explorer

ServiceToken will be sent as header params => service-token: TOKEN
Use ngrok to publish your localhost (ports)
eDokan order invoice ID
format: sku;quantity;price (no spaces and empty lines)
Provide SKU, Quantity, Price information for each cart products

Order Document (Sample)

{
  "_id": "61cd93c92cd667152922b149",
  "status": "pending",
  "labels": [],
  "inventoryReduced": false,
  "isTrash": false,
  "invoiceID": "order-123",
  "customer": {
    "name": "Sa******y",
    "phone": "01817******",
    "email": "s******y@gmail.com",
    "address": "GEC chittagong",
    "customer": "61cd93d1bcad3cfde462793a"
  },
  "customerNote": "",
  "cart": [
    {
      "_id": "61cd93ecae5d4fd5ad4b7454",
      "product": {
        "product": "61cd93f4f9fe973b392de13f",
        "name": "Prime Sweat-Absorbent And Deodorant Socks",
        "sku": "k8110",
        "photo": "61cd93d7d43610c27f0322fa",
        "listPrice": 1280,
        "actualPrice": 832
      },
      "quantity": 1,
      "options": [
        {
          "_id": "61cac4a1aa8b4000126e2d79",
          "name": "color",
          "value": "As Shown in 5 colors"
        }
      ]
    }
  ],
  "amount": {
    "cartTotal": 832,
    "charges": [
      {
        "_id": "61cac4a1aa8b4000126e2d7a",
        "name": "Shipping Charge (Inside Dhaka City - Home Delivery )",
        "amount": 100
      }
    ],
    "discounts": [],
    "total": 932
  },
  "paymentMethod": "cod",
  "shippingAddress": {
    "streetAddress": "GEC chittagong",
    "zipCode": null,
    "city": "Chittagong Sadar",
    "district": "Chn"
  },
  "billingAddress": "GEC chittagong",
  "shop": "5f44b9debcc0a00018c8959c",
  "customerIpAddress": "119.30.47.230",
  "customerUserAgent": "Mozilla/5.0 (Linux; Android 11; CPH2119 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/348.0.0.39.118;]",
  "trackingID": "ojkvwljk4jzrmiyu",
  "payments": [
    {
      "status": "accepted",
      "_id": "61c9af16aa8b400012674569",
      "method": "sslcommerz-payment-gateway",
      "card": {
        "cardNumber": "KX8LR5L1SCDG",
        "transactionId": "BGT10252021122778240",
        "invoiceId": "211229181925704856573b1bc4e"
      },
      "amount": 3073,
      "createAt": "2021-12-27T12:18:30.939Z"
    }
  ],
  "createAt": "2021-12-28T08:02:41.890Z",
  "updateAt": "2021-12-28T08:02:41.942Z",
  "__v": 0
}