Download a Delivery Receipt
This method provides you with an endpoint for Orders which will provide back the delivery receipt file found in Order’s Document Folder > DeliveryReceipt/OrderID path.
GET
End Point: /warehouse/orders/{orderID}/deliveryreceipt/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 Delivery Receipt end point.
In the request you can provide the from and to date which will get you only the items having this as last time status was changed.
Sample request payload
{
"filename" : "ID39849303.1.pdf"
}
Sample response payload
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.
Picklist Filename’s Naming Convention
<Order-ID>
.pdf