cURL
Transactions
List all shipping labels
Returns a list of all transaction objects.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Headers
Optional string used to pick a non-default API version to use. See our API version guide.
Example:
"2018-02-08"
Query Parameters
Filter by rate ID
Filter by object status Indicates the status of the Transaction.
Available options:
WAITING, QUEUED, SUCCESS, ERROR, REFUNDED, REFUNDPENDING, REFUNDREJECTED Example:
"SUCCESS"
Filter by tracking status Indicates the high level status of the shipment.
Available options:
UNKNOWN, PRE_TRANSIT, TRANSIT, DELIVERED, RETURNED, FAILURE Example:
"DELIVERED"
The page number you want to select
The number of results to return per page (max 100)
Required range:
x <= 100