Documentation
Feedback
Guides

Release Notes
Release Notes
Improved
VTEX Tracking API: changes in all paths
November, 10

{"base64":"  ","img":{"width":97,"height":20,"type":"svg","mime":"image/svg+xml","wUnits":"px","hUnits":"px","length":933,"url":"https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/vtex-tracking-api-changes-in-all-paths-0.png"}}

We have unified our VTEX Tracking APIs into a single version, so it's no longer necessary to specify the version on the URL. We have also translated all paths to english.

Previously, users could access VTEX Tracking v1 and VTEX Tracking v1.1 endpoints. The only difference between the two versions, was that v1.1 retrieved a pictures object in delivery service responses. We have now unified both versions, and translated paths to english.

No endpoints were deleted, and no attributes were changed. Check out the updated documentation for the unified VTEX Tracking APIs.

The previous paths were not deprecated, and are still being maintained by the VTEX Tracking team. If your business' integration was built with the previous v1 and v1.1 endpoints, it will still run smoothly. No changes in your integrations should be done during the Black Friday period. We will communicate any updates, and deprecations of endpoints in the future.

Previous path - v1Previous Path - v1.1Current Path
post /receiver/v1/authpost /receiver/v1.1/authpost /receiver/auth
get put post /receiver/v1/servicosget put post /receiver/v1.1/servicosget put post /receiver/services
get /receiver/v1/servicos/{{idDeliveryService}}get /receiver/v1.1/servicos/{{idDeliveryService}}get /receiver/services/{{idDeliveryService}}
get /receiver/v1/servicos/nfget /receiver/v1.1/servicos/nfget /receiver/services/invoice
get post /receiver/v1/servicos/roteirizadoget post /receiver/v1.1/servicos/roteirizadoget post /receiver/services/routes
get post /receiver/v1/servicos/roteirizacaoget post /receiver/v1.1/servicos/roteirizacaoget post /receiver/services/routes
Was this helpful?
Yes
No
On this page