Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
Get Notes by orderId
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/notes
List tasks
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/tasks
Retrieve Note
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/notes/{noteId}
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:VTEX-Do-API
At a glance
Language C#
Endpoints8
Base URLhttps://vtex.local