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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(8.9 kB
view details)
Built Distribution
vtex-0.2.0-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file vtex-0.2.0.tar.gz
.
File metadata
- Download URL: vtex-0.2.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23f5830f28baec7bb9a14b27ee3062d107755dd09134782937a32870e88ae461 |
|
MD5 | 5bdc90aeb11055a89583ed9af135a972 |
|
BLAKE2b-256 | f51688711a2ae4755b4c89de4a7e72018a57146f144f9af81eb74661a60c71ee |
File details
Details for the file vtex-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: vtex-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2052dfa719a9a7485c2433d5289e424ecf988a784c677fbc2c572916a97aac6 |
|
MD5 | cc49bc88679a1d2834905938435309f1 |
|
BLAKE2b-256 | 227ff5bd5ecda0b80d86c25c16f90f65045001e5bcfeece1b4bcc47095462852 |