Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Search all accounts
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/accounts
Search all invoices
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/invoices
Retrieve store configuration
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/storeconfig
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Customer-Credit-API
At a glance
Language CoffeeScript
Endpoints26
Base URLhttps://vtex.local
✓ Official