# Fulfillment.com APIv2 **Provider:** Fulfillment.com APIv2 **Category:** developer **Base URL:** `https://api.fulfillment.com/v2` **Auth:** api-key — `x-api-key: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://fulfillment.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.fulfillment.com/v2/accounting` | List Order Accounting | | GET | `https://api.fulfillment.com/v2/inventory` | List of Item Inventories | | POST | `https://api.fulfillment.com/v2/oauth/access_token` | Generate an Access Token | | GET | `https://api.fulfillment.com/v2/orders` | List of Orders | | POST | `https://api.fulfillment.com/v2/orders` | New Order | | DELETE | `https://api.fulfillment.com/v2/orders/{id}` | Cancel an Order | | GET | `https://api.fulfillment.com/v2/orders/{id}` | Order Details | | PUT | `https://api.fulfillment.com/v2/orders/{id}/ship` | Ship an Order | ## Authentication API key in the request header (x-api-key) ``` x-api-key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.fulfillment.com/v2/accounting' \ -H 'x-api-key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Fulfillment.com e-commerce order fulfillment API. Pricing per order. --- *Source: [API Map](https://apimap.dev/apis/fulfillment-com-apiv2/) — CC BY 4.0*