README.md
setup.py
tests/__init__.py
tests/integration_tests/__init__.py
tests/integration_tests/test_catalog_endpoint.py
tests/integration_tests/test_gift_card_endpoint.py
tests/integration_tests/test_master_data_endpoint.py
tests/integration_tests/test_order_management_endpoint.py
tests/integration_tests/test_payments_gateway_endpoint.py
tests/unit_tests/__init__.py
tests/unit_tests/test_imports.py
vtex/__init__.py
vtex/vtex.py
vtex.egg-info/PKG-INFO
vtex.egg-info/SOURCES.txt
vtex.egg-info/dependency_links.txt
vtex.egg-info/requires.txt
vtex.egg-info/top_level.txt
vtex/api_collections/__init__.py
vtex/api_collections/base_api.py
vtex/api_collections/catalog.py
vtex/api_collections/checkout.py
vtex/api_collections/customer_credit.py
vtex/api_collections/gift_card.py
vtex/api_collections/license_manager.py
vtex/api_collections/logistics.py
vtex/api_collections/master_data.py
vtex/api_collections/order_management.py
vtex/api_collections/payments_gateway.py
vtex/api_collections/pricing_vault.py
vtex/api_collections/rates_and_benefits.py
vtex/api_collections/search.py
vtex/api_collections/session_manager.py
vtex/api_collections/subscriptions.py
vtex/api_collections/suggestion.py
vtex/api_collections/vtex_do.py