List all shipping labels
Returns a list of all transaction objects.
To filter results by creation date, use the optional query parameters below. Provided dates should be ISO 8601 UTC dates (timezone offsets are currently not supported).
object_created_gt: object(s) created after the provided date timeobject_created_gte: object(s) created at or after the provided date timeobject_created_lt: object(s) created before the provided date timeobject_created_lte: object(s) created at or before the provided date time
Provide at most one lower bound (object_created_gt or object_created_gte) and at most one upper bound (object_created_lt or object_created_lte) per request. Lower bounds must not be in the future.
Date format examples: 2017-01-01, 2017-01-01T03:30:30 (or 2017-01-01T03:30:30.5), 2017-01-01T03:30:30Z
Example URL: https://api.goshippo.com/transactions/?object_created_gte=2017-01-01T00:00:30&object_created_lt=2017-04-01T00:00:30
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.
"2018-02-08"
Query Parameters
Filter by rate ID
Filter by object status Indicates the status of the Transaction.
WAITING, QUEUED, SUCCESS, ERROR, REFUNDED, REFUNDPENDING, REFUNDREJECTED "SUCCESS"
Filter by tracking status Indicates the high level status of the shipment.
UNKNOWN, PRE_TRANSIT, TRANSIT, DELIVERED, RETURNED, FAILURE "DELIVERED"
The page number you want to select
The number of results to return per page (max 100)
x <= 100Object(s) created greater than a provided date and time.
Object(s) created greater than or equal to a provided date and time.
Object(s) created lesser than a provided date and time.
Object(s) created lesser than or equal to a provided date and time.