A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am attempting to paginate the Shopify Admin API via Power Query. However, in order to paginate the Shopify API, I need the link to next page. These are provided in the header response:
"When you send a request to a REST endpoint that supports cursor-based pagination, the response body returns the first page of results, and a response header returns links to the next page and the previous page of results (if applicable). You can use the links in the response header to iterate through the pages of results."
I have tried the: Value.Metadata M-function without any luck. This provides the date, server and status code and other meta data without providing the link to next page.
Does anyone know how to obtain this information in the response header in Power Query?
Hi!
Did you ever find a solution to this? I am about ready to give up on this because I cant figure it out. Running into the same issue because the link header is not passed to PowerQuery which is whats needed to paginate results...
@EIVapeDenny @PeterPLSMYEX
Did either of you have any luck with this? I'm currently in the same boat.