Using VTEX-SDK-dotnet with vtex.local

C# integration

Install

dotnet add package VTEX-SDK-dotnet
Get GiftCard by ID
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/giftcards/{giftCardID}
Get GiftCard Transactions
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/giftcards/{giftCardID}/transactions
Get GiftCard Transaction by ID
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/giftcards/{giftCardID}/transactions/{transactionID}
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:Giftcard-API

At a glance

Language C#
Endpoints11
Base URLhttps://vtex.local