Rentals
List all rentals
Returns a list of rentals given parameters. Used by merchants to see rentals due for dispatch, return etc.
GET
/
rentals
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 rentals by Shopify Order ID
Filter rentals by created at datetime (ISO 8601), using gt, lt, gte, lte operators which may be combined.
Filter rentals by rental start date (ISO 8601), using gt, lt, gte, lte operators which may be combined.