Get Invoice

Inbound | GET | /invoice/get-invoice-pdf-by-order-code-and-shipment-code

Summary

This API is used to get the invoice details for the invoice already generated by the create invoice API call.

 

Description

 

This API is used to get the invoice details for the invoice already generated by the create invoice API call.

 

Request Params

  • orderCode

  • shipmentCode

  • invoiceAlias (optional)

  • gstin (optional)

 

Request

No request body

 

Response

{

   "orderCode":"order1234",

   "shipmentCode":"101",

   "invoiceId":"INCREFF_1003",

   "documentUrl":"https://storage.googleapis.com/dev-oltp-nextscm-com/1001080/Invoice/invoice_INCREFF_1003.pdf",

   "invoiceDate":"2021-06-11T19:43:20.673+05:30"

}