vtex.local

This API will create promotion alarms when selling products with undesired prices and promotions. It will create conditions that will check if the prices and the promotions are correct. If not, the system will alarm the store with information about the product sold at unexpected prices. ## In

6 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 Policy List
curl \
  https://vtex.local/api/policy-engine/policies
Get Policy by ID
curl \
  https://vtex.local/api/policy-engine/policies/{id}
Endpoints (6 total)
GET
/api/policy-engine/policies
Get Policy List
GET
/api/policy-engine/policies/{id}
Get Policy by ID
POST
/api/policy-engine/evaluate
Evaluate Policies
POST
/api/policy-engine/policies/{id}
Create Policy
PUT
/api/policy-engine/policies/{id}
Update Policy
DELETE
/api/policy-engine/policies/{id}
Delete Policy by ID
At a glance
Total SDKs10
Languages6
Endpoints6
https://vtex.local