Get Shipment Items
Get all items for a Happy Returns shipment.
Required API key scope
- Happy Returns Shipments (Read)
Authorizations
Path Parameters
The unique identifier associated with the shipment, assigned by Loop.
Response
The identifier associated with the current page.
1
The data for each item in the shipment.
The link to the first page of paginated results.
"https://api.loopreturns.com/api/v1/happy-returns/shipments/123/items?page=1"
The number of the first item on the page.
1
The identifier associated with the last page.
1
The link to the last page of paginated results.
"https://api.loopreturns.com/api/v1/happy-returns/shipments/123/items?page=1"
The link to the next page of paginated results.
The endpoint's path.
"https://api.loopreturns.com/api/v1/happy-returns/shipments/123/items"
The number of items per page.
200
The link to the previous page of paginated results.
The number of the last item on the page.
1
The total number of items returned.
1