Skip to main content

VTEX API Wrapper for Python

Project description

VTEX

VTEX API Wrapper for Python

Example code

You just need to pass your credentials to the Vtex instance, and fetch the endpoints.

from vtex import Vtex

client = Vtex(account_name, environment, app_key, app_token)
result = client.logistics.get_all_carriers()
js = result.json
status_code = result.status_code

result will be the json response from the get_all_carriers request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vtex-0.1.3.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

vtex-0.1.3-py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page