List invoice audit line items
Invoice Audits
List line items
Returns a cursor-paginated list of line items (individual shipment charges) extracted from the invoice. Each line item is a single charge — a rate, surcharge, or adjustment — applied to one tracking number.
GET
List invoice audit line items
Authorizations
HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).
Path Parameters
ID of the invoice audit.
Query Parameters
Number of items to return per request.
Required range:
1 <= x <= 100Opaque cursor from a previous response. Omit on the first request.
Filter by the kind of charge.
Available options:
RATE, SURCHARGE, ADJUSTMENT Return only line items associated with this tracking number.
If true, return only line items that have at least one finding.