This API operation is used to download bulk of ERR (Electronic Return Receipt) - POD (Proof of Delivery) files, which are specific to USPS carrier.
User can download BPOD (Bulk Proof of Delivery) files either using Shipment IDs or Date Range.
Note: To get a downloadable link of BPOD files on the basis of date range provided, an empty JSON body {} must be passed in the request body.
This is the request body to download BPOD files. Request body supports max of 1000 ShipmentIDs in a request.
The ZIP URL for BPOD files has been created for download.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "shipmentIds": [
- "USPS09998889999038"
]
}