bigcommerce-api-python icon indicating copy to clipboard operation
bigcommerce-api-python copied to clipboard

I can't get the addresses when I do an api.Customer.all()

Open david8gutti opened this issue 2 years ago • 0 comments

Expected behavior

When printing each of the costumers, an address section should appear, just like when making a GET request to the clients (https://api.bigcommerce.com/stores/{{store-hash}}/v3/customers?include=addresses)

Actual behavior

The address attribute does not appear

Steps to reproduce behavior

customers=api.Customers.all() print(customers)

david8gutti avatar Apr 13 '23 13:04 david8gutti