Get Invoice Requests
get_invoice_requestsRetrieve customer invoice requests for shipments. Filter by shipment ID or state such as OPEN or UPLOAD_ERROR to manage pending actions.
Instructions
Get a list of invoice requests initiated by customers for shipments. Filter by shipment ID or state (OPEN, UPLOAD_ERROR, ALL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shipmentId | No | Filter by shipment ID. | |
| page | No | Page number (1-based). | |
| state | No | Filter by invoice request state: OPEN (requires action), UPLOAD_ERROR, or ALL. |