The only way to download billing invoice PDFs is manually through the UPS Billing Centre at https://billing.ups.com/ups/billing/invoice. This requires:
- Logging in via a browser session
2.. Searching/filtering by date range
- Selecting invoices and clicking View/Download
While this is a perfect workflow for a few PDFs, it becomes tedious for bulk downloading invoices. This process cannot be automated using any currently documented UPS API.
Would it be possible to add an endpoint along the lines of:
GET /billing/v1/invoices?accountNumber={account}&startDate={date}&endDate={date}
GET /billing/v1/invoices/{invoiceNumber}/pdf
Maybe more endpoints that would solve issue#200.
The only way to download billing invoice PDFs is manually through the UPS Billing Centre at https://billing.ups.com/ups/billing/invoice. This requires:
2.. Searching/filtering by date range
While this is a perfect workflow for a few PDFs, it becomes tedious for bulk downloading invoices. This process cannot be automated using any currently documented UPS API.
Would it be possible to add an endpoint along the lines of:
Maybe more endpoints that would solve issue#200.