vtex.local

> Check the new Pricing onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Pricing and is organized by focusing on the develope

7 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

lever-sdk ✓ Official
npm install lever-sdk
ads-js ✓ Official
npm install ads-js
npm install vtex-node-sdk
physical-payments-sdk ✓ Official
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
dotnet add package VTEX-SDK-dotnet
composer require vtex-sdk
composer require vtex-sdk-php
composer require vtex-api
# See https://github.com/ksetoue/vtex-kotlin-sdk
vtex.js ✓ Official
# See https://github.com/vtex/vtex.js
curl examples
Get custom prices schema
curl \
  https://vtex.local/_v/custom-prices/session/schema
Get price association by ID
curl \
  https://vtex.local/_v/custom-prices/rules/{priceAssociationId}
Endpoints (7 total)
GET
/_v/custom-prices/session/schema
Get custom prices schema
GET
/_v/custom-prices/rules/{priceAssociationId}
Get price association by ID
POST
/sessions/
Update Order Configuration
POST
/_v/custom-prices/rules
Create price association
POST
/_v/custom-prices/session/schema
Create or Update custom prices schema
PUT
/_v/custom-prices/rules/{priceAssociationId}
Update price association by ID
DELETE
/_v/custom-prices/rules/{priceAssociationId}
Disassociate price association by ID
At a glance
Total SDKs10
Languages6
Endpoints7
https://vtex.local