Using shipengine-dotnet with shipengine.com

C# integration

✓ Official SDK
Install
dotnet add package shipengine-dotnet
Get Tags
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/tags
List labels
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/labels
List Batches
curl \
  -H "API-Key: $API_KEY" \
  https://api.shipengine.com/v1/batches
SDK on GitHub 📄 API Docs
SDK
shipengine-dotnet
C#
API
shipengine.com
shipengine.com
At a glance
Language C#
Endpoints84
Base URLhttps://api.shipengine.com
✓ Official