Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignacio-chiazzo/66751bc3156a2ca2d11db77cbd9e63a7 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/66751bc3156a2ca2d11db77cbd9e63a7 to your computer and use it in GitHub Desktop.
GET https://{shop}.myshopify.com/admin/api/products.json?limit=3  # page 1

#... Response Header 
Link: "<https://{shop}.myshopify.com/admin/api/2019-07/products.json?page_info=hijgklmn&limit=3>; rel=next"
#...


GET https://{shop}.myshopify.com/admin/api/2019-07/products.json?page_info=hijgklmn&limit=3   # page 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment