Get products

get
/products

Get product results with multiple products.

page
integer

Page number

>= 1<= 200
Default:
1
limit
integer

Number of products per page

>= 1<= 50
Default:
10
ids[]
array[string]

Array of product ID

<= 50 items
slugs[]
array[string]

Array of product slug

<= 50 items
search
string

Search term (fuzzy search in title)

published
boolean

Filter by published status

as-store-id
string
required

This value equals to store.id of Store Resource. You can obtain this id by making a GET /stores call to get existing stores or a POST /stores to create a new store.

Auth
:
Parameters
:
:
:
:
:
:
: