Using vendor-sdk with fulfillment.com

TypeScript integration

Install

npm install vendor-sdk

Quick start

import Vendor_sdk from 'vendor-sdk';

const client = new Vendor_sdk({ apiKey: "YOUR_API_KEY" });
Tracking
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/track
List of Orders
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/orders
List Returns
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/returns
SDK on GitHub 📄 API Docs
SDK
vendor-sdk
TypeScript
API
fulfillment.com
fulfillment.com

At a glance

Language TypeScript
Endpoints13
Base URLhttps://api.fulfillment.com/v2