Using VTEX-SDK-dotnet with vtex.local

C# integration

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