get https://api.yotpo.com/v1/apps//products
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 thecount
andpage
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