A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi API team,
I noticed that Admin REST API pagination failed to load but the first page is ok
This GET https://[shop-id].myshopify.com/admin/api/2020-10/product_listings/product_ids.json?limit=100 is good.
But GET https://[shop-id].myshopify.com/admin/api/2020-10/product_listings/product_ids.json?limit=100&page_i................ is failed with HTTP 500 error.
Please DM me if you need more information
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hey @timng
Please supply a x-request_id for this call and the store name to me via DM and I can check this out - thanks!
This is an accepted solution.
Hey @timng
Please supply a x-request_id for this call and the store name to me via DM and I can check this out - thanks!
Hi @Luke_K ,
I switched to 2021-07 version and increase the page_limit then it's working.
Thanks for your time!