Items
List all items
Returns a list of items and their details given parameters. Used by merchants to view their inventory.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
Required range:
x <= 100
Cursor token to fetch next page of results.
Filter items by Shopify variant SKU
Filter items by serial
Filter items by titles, serials and SKU
Filter items by visibility status
Available options:
available
, unavailable
, sold
, retired
When true, filter rentals by ones with active rentals
Response
200 - application/json
A paged array of items
The response is of type object
.