Using vtex-api with vtex.local

PHP integration

Install
composer require vtex-api
Get client profile by email
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/checkout/pub/profiles
Get current or create a new cart
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/checkout/pub/orderForm
List pickup points by location
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/checkout/pub/pickup-points
SDK on GitHub 📄 API Docs
SDK
vtex-api
PHP
API
vtex.local
vtex.local:Checkout-API
At a glance
Language PHP
Endpoints32
Base URLhttps://vtex.local