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

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

Open
david8gutti opened this issue Apr 13, 2023 · 0 comments
Open

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

david8gutti opened this issue Apr 13, 2023 · 0 comments

Comments

@david8gutti
Copy link

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)

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