Invoice Generated Notification

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", "notificationType": "INVOICE_GENERATED", "notificationUpdateTime": 1678949844, "invoiceData": { "invoiceId": 123, "invoiceStatus": "CREATED", "documentType": "INVOICE", "documentUrl": "https://invoice.com/dummy/pdf", "irn": null, "ackName": null, "ackDate": null } }

Â