API

Download Return Receipt

This method provides you with an endpoint for Orders which will provide back the Return receipt file found in Order’s Document Folder > ReturnReceipt/OrderID path.


POST

👉🏿

End Point: /warehouse/orders/{orderID}/returnreceipt/download

This method allows you download the delivery receipt, that already exist in the referred folder, since it was generated earlier using the Generate a Return Receipt end point.

Sample request payload

{
  "filename": "string"
}

 

Sample response payload

image-20250812-075158.png

Response Information

  • The name of the generated PDF file will be included in the response header under Content-Disposition It will appear as an attachment with a specific filename.

Naming Convention

  • <Order-ID>.pdf