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.
If user wants to check records based on dates and download BPOD files accordingly, then Start Date and End Date need to be passed in the request body as filter. Else Shipment IDs will be used as default value when user does not provide DateRange filter.
User is restricted to download 1000 BPOD files as max limit.
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"
]
}