Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
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-dotnet
C#
API
vtex.local
vtex.local:Orders-API
At a glance
Language C#
Endpoints28
Base URLhttps://vtex.local