vtex.local

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

🔑 apikey 15 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
Product Search Autocomplete
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/buscaautocomplete
Search for Products with Filter, Order and Pagination
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/catalog_system/pub/products/search
Search by Store Facets
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/catalog_system/pub/facets/search/{term}
Endpoints (15 total)
GET
/buscaautocomplete
Product Search Autocomplete
GET
/api/catalog_system/pub/products/search
Search for Products with Filter, Order and Pagination
GET
/api/catalog_system/pub/facets/search/{term}
Search by Store Facets
GET
/api/catalog_system/pub/products/search/{search}
Search for Products
GET
/api/catalog_system/pub/products/offers/{productId}
Search Product offers
GET
/api/catalog_system/pub/facets/category/{categoryId}
Get Category Facets
GET
/api/catalog_system/pub/products/search/{product-text-link}/p
Search Product by Product URL
GET
/api/catalog_system/pub/products/offers/{productId}/sku/{skuId}
Search SKU offers
GET
/api/catalog_system/pub/products/crossselling/similars/{productId}
Get Product Search of Similars
GET
/api/catalog_system/pub/products/crossselling/accessories/{productId}
Get Product Search of Accessories
GET
/api/catalog_system/pub/products/crossselling/suggestions/{productId}
Get Product Search of Suggestions
GET
/api/catalog_system/pub/products/crossselling/showtogether/{productId}
Get Product Search of Show Together
At a glance
Total SDKs10
Languages6
Endpoints15
Authapikey
https://vtex.local