Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
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.js
CoffeeScript
API
vtex.local
vtex.local:MasterData-API-
At a glance
Language CoffeeScript
Endpoints20
Base URLhttps://vtex.local
✓ Official