Using dotnet-sdk with apideck.com

C# integration

✓ Official SDK
Install
dotnet add package dotnet-sdk
Get Store
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/store
List Orders
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/orders
List Products
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ecommerce/products
SDK on GitHub 📄 API Docs
SDK
dotnet-sdk
C#
API
apideck.com
apideck.com:ecommerce
At a glance
Language C#
Endpoints7
Base URLhttps://unify.apideck.com
✓ Official