Skip to end of banner
Go to start of banner

Invoice Generated Notification

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Outbound | POST | {Client’s URL}

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.

Description

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

{
  "forwardOrderCode": "ABCD",
  "forwardShipmentCode": "1",
  "forwardAwb": null,
  "notificationType": "INVOICE_GENERATED",
  "notificationUpdateTime": 1678949844,
  "returnOrderInfo": null,
  "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
}

  • No labels