Products
List Products
Retrieve a list of up to 50 products. If you have more than 50, you can paginate this endpoint.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The product ID to start pagination from. This is the last product ID retrieved from the previous list request. An example path looks like /tax/products?cursor=p-20506
Response
200
application/json
List of products
This will be either true
or false
depending on if there are more products to be returned in the next request.
Example:
"false"
The ID of the last product returned in the response. This can be used as a cursor for pagination.
Example:
"p-20507"