Unofficial VTEX API's Python SDK
Project description
VTEXPY
Unofficial VTEX API's Python SDK
VTEXPY is an unofficial Python SDK designed to facilitate integration with the VTEX API.
Even though it is still tagged as beta, vtexpy has been in use by a SaaS company in a production environment for over a year, making millions of requests a day to the VTEX API. The only reason why it is tagged as beta is that it is still under heavy development and breaking changes are expected on the external API.
Features
- Easy to use Python interface for calling VTEX API endpoints
- Response format standardization
- Custom exception handling
- Automatic request retrying
- Request logging
Getting Started
Requirements
- Python >= 3.9, < 3.14
Installation
pip install vtexpy
Usage
If the API you want to call is not yet implemented, feel free to create an issue on the VTEXPY Github repository and request it to be added.
from vtex import VTEX, VTEXConfig
# Instantiate your VTEX API configuration:
vtex_config = VTEXConfig(
account_name="<ACCOUNT_NAME>",
app_key="<APP_KEY>",
app_token="<APP_TOKEN>",
# Other arguments such as: retrying, logging, etc...
)
# Instantiate the VTEX client with your configuration:
vtex_client = VTEX(config=vtex_config)
# Call one of the available APIs, e.g.:
account_response = vtex_client.license_manager.get_account()
list_sku_ids_response = vtex_client.catalog.list_sku_ids(page=1, page_size=1000)
list_orders_response = vtex_client.orders.list_orders(page=1, page_size=100)
# If the API you want to call is not yet implemented you can use the `custom` API.
response = vtex_client.custom.request(
method="GET",
environment="vtexcommercestable",
endpoint="/api/catalog_system/pvt/commercialcondition/list",
# Other arguments such as: query params, headers, json data, response class, etc...
)
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
Built Distribution
File details
Details for the file vtexpy-0.0.0b30.tar.gz
.
File metadata
- Download URL: vtexpy-0.0.0b30.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54374899e153f52b989917f37d261aae79eecef511187f2a756a08f21664b254 |
|
MD5 | ad261ce7a363e4ba39b05575d6c0032a |
|
BLAKE2b-256 | 6b8efc5c17c67e4be99557e8bc5c8ba16ce4f8c33c0a5f9c1596605d6454c5b0 |
Provenance
The following attestation bundles were made for vtexpy-0.0.0b30.tar.gz
:
Publisher:
publish.yaml
on lvieirajr/vtexpy
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
vtexpy-0.0.0b30.tar.gz
- Subject digest:
54374899e153f52b989917f37d261aae79eecef511187f2a756a08f21664b254
- Sigstore transparency entry: 150760096
- Sigstore integration time:
- Predicate type:
File details
Details for the file vtexpy-0.0.0b30-py3-none-any.whl
.
File metadata
- Download URL: vtexpy-0.0.0b30-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98c888c99bb2cb60070fb907eea6374c736317ae8f1f82e9fbdcc69ce4658ce |
|
MD5 | 953b579e3248eadb5c781232e9c7028d |
|
BLAKE2b-256 | 3523b72c548f3d228f0fd70df839b5a8870eddf8b02f6a5c9527752085a791be |
Provenance
The following attestation bundles were made for vtexpy-0.0.0b30-py3-none-any.whl
:
Publisher:
publish.yaml
on lvieirajr/vtexpy
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
vtexpy-0.0.0b30-py3-none-any.whl
- Subject digest:
c98c888c99bb2cb60070fb907eea6374c736317ae8f1f82e9fbdcc69ce4658ce
- Sigstore transparency entry: 150760099
- Sigstore integration time:
- Predicate type: