.env.sample
.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
version.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.vscode/settings.json
pyecwid/__init__.py
pyecwid/ecwidapi.py
pyecwid/ecwidapi_mock.py
pyecwid/ecwidutils.py
pyecwid.egg-info/PKG-INFO
pyecwid.egg-info/SOURCES.txt
pyecwid.egg-info/dependency_links.txt
pyecwid.egg-info/requires.txt
pyecwid.egg-info/top_level.txt
pyecwid/endpoints/__init__.py
pyecwid/endpoints/coupons.py
pyecwid/endpoints/customers.py
pyecwid/endpoints/endpoint.py
pyecwid/endpoints/orders.py
pyecwid/endpoints/products.py
pyecwid/endpoints/producttypes.py
pyecwid/endpoints/mixins/__init__.py
pyecwid/endpoints/mixins/add.py
pyecwid/endpoints/mixins/delete.py
pyecwid/endpoints/mixins/get_all.py
pyecwid/endpoints/mixins/get_by_id.py
pyecwid/endpoints/mixins/get_by_keyword.py
pyecwid/endpoints/mixins/get_by_params.py
pyecwid/endpoints/mixins/update.py
pyecwid/validators/__init__.py
pyecwid/validators/paramater_validators.py
samples/README.md
samples/sample_fn_helpers.py
tests/__init__.py
tests/test_ecwid_endpoint_coupons.py
tests/test_ecwid_endpoint_customers.py
tests/test_ecwid_endpoint_products.py
tests/test_ecwid_endpoint_producttypes.py
tests/test_ecwidapi.py
tests/samplejson/coupon.json
tests/samplejson/customer.json
tests/samplejson/product.json
tests/samplejson/producttype.json