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

[Bug]: Missing fields in a response for list customers #85

Open
troioi-vn opened this issue Mar 27, 2023 · 0 comments
Open

[Bug]: Missing fields in a response for list customers #85

troioi-vn opened this issue Mar 27, 2023 · 0 comments

Comments

@troioi-vn
Copy link

What happened?

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'}
        ]
    }
}

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

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

1 participant