fulfillment.com

Welcome to our current iteration of our REST API. While we encourage you to upgrade to v2.0 we will continue support for our SOAP API. Versioning The Fulfillment.com (FDC) REST API is version controlled and backwards compatible. We have many fut

🔑 apikey 13 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

npm install fulfillmenttools-sdk-typescript
composer require sdk-ebay-rest-fulfillment
curl examples
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
Endpoints (13 total)
GET
/track
Tracking
GET
/orders
List of Orders
GET
/returns
List Returns
GET
/users/me
About Me
GET
/inventory
List of Item Inventories
GET
/accounting
List Order Accounting
GET
/orders/{id}
Order Details
POST
/orders
New Order
POST
/oauth/access_token
Generate an Access Token
PUT
/returns
Inform us of an RMA
PUT
/orders/{id}/ship
Ship an Order
PUT
/orders/{id}/status
Update Order Status
Language coverage
TypeScript
1
PHP
1
At a glance
Total SDKs2
Languages2
Endpoints13
Authapikey
Categories1
https://api.fulfillment.com/v2