GuidesRecipesAPI Reference
API Reference

List products

An endpoint to get products, can be used by buyers or sellers

Query Params
integer
≥ 0
Defaults to 0

The page number of results to return. Note this is a zero-based index.

integer
1 to 250
Defaults to 50

The number of results per page. Max is 250.

string

Filters products by title. This can either be an exact title or a title similar.

string

Filters products by brand (e.g. product.vendor field values). Must be an exact match.

string

Filters products by product code. This can either be an exact product code or a product code similar.

boolean

Filter out products are active or not active. This field is not required.

string

Filters products by seller company ID. Must be an exact match.

string

Filters products by tags. This is comma delimited for multiple tags. It returns products that have at any of the tags. Must be an exact match. Sellers only.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json