A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi I need to use the rest api to get all the transactions of my shop. I use this endpoint but it only returns 50, how can I get all those from September to today?
Link used:
Solved! Go to the solution
This is an accepted solution.
Hi TeamIntel,
The API call you are using returns the data in pages of 50 entries each. This is common for many Shopify API calls. You can access the other pages by following their documentation here.
Hope that helps.
Regards,
Wayne
This is an accepted solution.
Hi TeamIntel,
The API call you are using returns the data in pages of 50 entries each. This is common for many Shopify API calls. You can access the other pages by following their documentation here.
Hope that helps.
Regards,
Wayne