Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
Get Pricing Configuration
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/pricing/config
List price tables
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/pricing/tables
Get Pricing v2 Status
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/pricing/migration
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:Pricing-API
At a glance
Language C#
Endpoints14
Base URLhttps://vtex.local