get
https://developers.yotpo.com/core/v3/stores//products
Retrieves a list of all of the store's products. You can use this endpoint to resolve the Yotpo product ID in order to update it.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
How to use this endpoint
- Required parameters are listed below. For the full list of properties, see About products.
- For example responses, click the relevant status code on the right.
- By default, this endpoint will return the first 10 products in the product catalog.
- To retrieve more than 10 products in a paginated response, use the
countandpageparameters.
Example requests
GET /v3/stores/{store_id}/productsGET /v3/stores/{store_id}/products?page_info={page_info}GET /v3/stores/{store_id}/products?page_info={page_info}&limit={limit}GET /v3/stores/{store_id}/products?external_ids=ext1,ext2