Using vtex-sdk with vtex.local

PHP integration

Install
composer require vtex-sdk
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-sdk
PHP
API
vtex.local
vtex.local:Orders-API
At a glance
Language PHP
Endpoints28
Base URLhttps://vtex.local