We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Response for customers/?include=addresses does contain array of user addresses, but only like this:
'relationships': { 'addresses': { 'data': [ {'type': 'addresses', 'id': '1'}, {'type': 'addresses', 'id': '2'} ] } }
Each address should contain the fields mentioned in the documents: address_1, address_2, city, state, postcode, country_id
3.5.x
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Response for customers/?include=addresses does contain array of user addresses, but only like this:
What did you expect to happen?
Each address should contain the fields mentioned in the documents: address_1, address_2, city, state, postcode, country_id
Version
3.5.x
What browser are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: