Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Retrieve feed items
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/orders/feed
List orders
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/oms/pvt/orders
Retrieve user's orders
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/oms/user/orders
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Orders-API
At a glance
Language CoffeeScript
Endpoints28
Base URLhttps://vtex.local
✓ Official