ti-ext-api
ti-ext-api copied to clipboard
[Bug]: Missing fields in a response for list customers
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