Using vtex-api with vtex.local

PHP integration

Install
composer require vtex-api
Get SKU Bindings by SKU ID
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/catalog/pvt/skusellers/{skuId}
Get SKU Bindings information
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/sku-binding/pvt/skuseller/admin
Get details of a seller's SKU
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/sku-binding/pvt/skuseller/{sellerId}/{sellerSkuId}
SDK on GitHub 📄 API Docs
SDK
vtex-api
PHP
API
vtex.local
vtex.local:SKU-Bindings-API
At a glance
Language PHP
Endpoints12
Base URLhttps://vtex.local