ti-ext-api icon indicating copy to clipboard operation
ti-ext-api copied to clipboard

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

Open troioi-vn opened this issue 2 years ago • 0 comments

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

troioi-vn avatar Mar 27 '23 03:03 troioi-vn