This is an unofficial Python SDK designed to facilitate integration with the VTEX API.
- Easy to use Python interface for calling endpoints on the VTEX API.
- Python >= 3.8
- httpx >= 0.25
pip install vtexpy
from vtex import VTEX
vtex_client = VTEX(account_name="<ACCOUNT_NAME>", app_key="APP_KEY", app_token="<APP_TOKEN>")
carrier_list_response = vtex_client.logistics.list_carriers(page=1, page_size=100)