shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

Support pagination when searching customers with admin rest api

Open Klem3n opened this issue 1 year ago • 1 comments

Overview/summary

When using the search method for customers in the Shopify Admin API (as provided by the @shopify/shopify-api library), the method returns only response.body, which includes the customer data. However, it does not provide access to the page_info (Link) or any pagination-related information in the response, making it challenging to implement pagination for customer search results.

Klem3n avatar Feb 04 '24 12:02 Klem3n

Hi @Klem3n, thank you for opening this issue. We've put it in our backlog and will report back when we have a fix.

matteodepalo avatar Feb 07 '24 00:02 matteodepalo