Get Shipments
Get information about all Happy Returns shipments created within a given timeframe. The response is a paginated list of shipments, with up to 200 shipments per page.
If no date range is provided, the response will return data from the last 24 hours.
Required API key scope
- Happy Returns Shipments (Read)
Authorizations
Query Parameters
The start date and time for the shipment list, using the ISO 8601 date format.
The end date and time for the shipment list, using the ISO 8601 date format.
Response
The identifier associated with the current page.
The data for each entry in the shipment list.
The link to the first page of paginated results.
The number of the first shipment on the page.
The identifier associated with the last page.
The link to the last page of paginated results.
The link to the next page of paginated results.
The endpoint's path.
The number of shipments per page.
The link to the previous page of paginated results.
The number of the last shipment on the page.
The total number of shipments returned.