Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Customer Addresses doesn't use pagination - just always returns the first page (and no pagination information) #230

Closed
Will-Atherton opened this issue Aug 1, 2023 · 2 comments

Comments

@Will-Atherton
Copy link

The api call to List customer addresses uses pagination in shopify.
The function in go-shopify, List in customeraddresses.go (I think) just returns a list of addresses, with no pagination information
It will always return the first page

@bbtb1982
Copy link

Here is the reference in the docs showing the customer address allows for headers for pagination similar to other endpoints.

shopify get-customer-addresses

@oliver006
Copy link
Collaborator

#282 added a ListAll() call to all resources - try if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants