BNMetrics / Laravel-ShopifyAPI

Shopify Laravel API Wrapper ( with Billing support!)
MIT License
53 stars 30 forks source link

getProductsAll() returns the first 50 products #13

Open mattquest opened 6 years ago

mattquest commented 6 years ago

the /admin/products.json endpoint returns 50 by default for shopify, you can increase this to 250 with the "limit" property but you can not retrieve all products on any site with over 250 without calling page by page

go9 commented 5 years ago

Shopify limits the request to 250