Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
/ advolve-vtex Public archive
forked from lmeilibr/vtex

VTEX API Wrapper for Python

License

Notifications You must be signed in to change notification settings

advolve/advolve-vtex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VTEX API Wrapper for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%