Skip to main content
POST
Query Products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
q
string
id
string[]

Product ID(s) to filter by.

type
enum<string>[]

Product type(s) to filter by.

Available options:
watch,
jewelry
order_by
string
default:updated_on
order
enum<string>
default:desc
Available options:
asc,
desc
limit
integer
default:100
offset
integer
default:0
include_unavailable
boolean
default:false

When false (default), hide products whose every variant has quantity 0.

Response

200 - application/json

OK

products
object[]
offset
integer
limit
integer
total
integer