Closed adameichelkraut closed 2 years ago
This issue is stale because it has been open for 90 days with no activity. It will be closed if no further action occurs in 14 days.
We are closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Thank you!
Issue summary
Write a short description of the issue here ↓
Hi! I started using the Shopify SDK and wanted to use the customer addresses API to get addresses from a customer.
Expected behavior
I should get a list of the customer's addresses. I believe that the parsing of the
PLURAL_NAME
is not parsing the name ofaddresses
that the API sends back ... but rather trying to parsecustomer_addresses
.Actual behavior
The SDK returns an empty list, but I should expect to have a list with the customer's addresses.
Tip: include an error message (in a
<details></details>
tag) if your issue is related to an errorSteps to reproduce the problem
I noticed that if I did the below, it works though :)