Hello,
I’m trying to get a list of all orders with a limit of 20 orders per page.
I’m doing:
curl --ssl-no-revoke -sb -X GET "https://myshop.myshopify.com/admin/api/2022-10/orders.json?limit=20" -H "X-Shopify-Access-Token: mytoken" -H "Accept: application/json;charset=ISO-8859-2"
I get the orders, but i don’t see any field that allows me to go to the next set of orders.
Can anyone help me?