Using sdk-typescript with apideck.com

TypeScript integration

✓ Official SDK
Install
npm install sdk-typescript
Quick start
import Sdk_typescript from 'sdk-typescript';

const client = new Sdk_typescript({ apiKey: "YOUR_API_KEY" });
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
sdk-typescript
TypeScript
API
apideck.com
apideck.com:ecommerce
At a glance
Language TypeScript
Endpoints7
Base URLhttps://unify.apideck.com
✓ Official