mcprog / EthicCert

A certification and scoring system for ethically sourced online products
GNU General Public License v3.0
1 stars 0 forks source link

Shopify only returns 50 products at a time #8

Closed mcprog closed 4 years ago

mcprog commented 4 years ago

Shopify uses a cursor-based pagination. So I need to figure out how to get the next page

mcprog commented 4 years ago

Shopify has a since_id that doesn't require any modification to the HTTP header. Can keep calling until "no more data" (i.e., there is products.length of 0