Use this endpoint to retrieves a list of all of your store's products.
By default, this endpoint will return the first 10 products in the product catalog.
Use the count and page parameters to retrieve more than 10 products in a paginated response.

📘

Note:

By default, this endpoint will return the first 10 products in the product catalog.
Use the count and page parameters to retrieve more than 10 products in a paginated response.

e.g. https://api.yotpo.com/v1/apps/YOUR_APP_KEY/products?utoken=YOUR_UTOKEN&page=1&count=100

Path Params
string
required

The store ID

Query Params
string
required

Your Yotpo account access token. See Yotpo Authentication to learn how to generate your utoken.

int32
Defaults to 10

Number of products to return

string

Page number to return products for

Responses

Language
Request
Choose an example:
application/json