Using vtex-api with vtex.local

PHP integration

Install
composer require vtex-api
List data entities
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities
Get data entity structure
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities/{acronym}
Scroll documents
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities/{acronym}/scroll
SDK on GitHub 📄 API Docs
SDK
vtex-api
PHP
API
vtex.local
vtex.local:MasterData-API-
At a glance
Language PHP
Endpoints20
Base URLhttps://vtex.local