Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
Get information about account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account
Get appKeys from account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/appkeys
Get Stores
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account/stores
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:License-Manager-API
At a glance
Language C#
Endpoints12
Base URLhttps://vtex.local