bigcommerce-api-python
bigcommerce-api-python copied to clipboard
Python client library for Bigcommerce API
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
### 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...
Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....
### Expected behavior Getting price of ProductDiscountRules ### Actual behavior It returns without price like this: "{'id':, 'product_id':, 'type': 'percent', 'type_value': 0, 'min': 1, 'max': 3}" ### Steps to reproduce...