Versions Compared

Key

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

...

The above url will be the same as the Push Notification Url for Shipping Label Notifications. So on the same url, both INVOICE_GENERATED notification and the notifications pushed by logistic aggregators (Clickpost/Shiprocket) will be pushed.

Summary

This API will push INVOICE_GENERATED notification to the client’s system.

...

Code Block
languagejson
{
  "forwardOrderCode": "ABCD",
  "forwardShipmentCode": "1",
  "forwardAwb": "SP73883123",
  "notificationType": "INVOICE_GENERATED",
  "notificationUpdateTime": null,
  "returnOrderInfo": null1678949844,
  "logisticAggregatorInfo": null,
  "invoiceData": {
    "invoiceId": 123,
    "invoiceStatus": "CREATED",
    "documentType": "INVOICE",
    "documentUrl": "https://invoice.com/dummy/pdf",
    "irn": null,
    "ackName": null,
    "ackDate": null
  },
  "warehouseCode": null,
  "courierName": null,
  "omniMetaData": {},
  "items": null
}