Using vtex-kotlin-sdk with vtex.local

unknown integration

Install
# See https://github.com/ksetoue/vtex-kotlin-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-kotlin-sdk
unknown
API
vtex.local
vtex.local:Orders-API
At a glance
Language unknown
Endpoints28
Base URLhttps://vtex.local