Closed Will-Atherton closed 7 months ago
Here is the reference in the docs showing the customer address allows for headers for pagination similar to other endpoints.
https://github.com/bold-commerce/go-shopify/pull/282 added a ListAll() call to all resources - try if that helps.
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