Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
List shipping policies
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/shipping-policies
List all docks
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/configuration/docks
List paged polygons
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/logistics/pvt/configuration/geoshape
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:Logistics-API
At a glance
Language C#
Endpoints53
Base URLhttps://vtex.local