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](https://github.com/fulfillment/soap-integration). # Versioning The Fulfillment.com (FDC) REST API is version controlled and backwards compatible. We have many future APIs scheduled for publication within our v2.0 spec so please be prepared for us to add data nodes in our responses, however, we will not remove knowledge from previously published APIs. #### A Current Response ```javascript { id: 123 } ``` #### A Potential Future Response ```javascript { id: 123, reason: "More Knowledge" } ``` # Getting Started We use OAuth v2.0 to authenticate clients, you can choose [implicit](https://oauth.net/2/grant-types/implicit/) or [password](https://oauth.net/2/grant-types/password/) grant type. To obtain an OAuth `client_id` and `client_secret` contact your account executive. **Tip**: Generate an additional login and use those credentials for you
https://api.fulfillment.com/v213 endpoints available
/trackTracking
/ordersList of Orders
/ordersNew Order
/returnsList Returns
/returnsInform us of an RMA
/users/meAbout Me
/inventoryList of Item Inventories
/accountingList Order Accounting
/orders/{id}Order Details
/orders/{id}Cancel an Order
/orders/{id}/shipShip an Order
/oauth/access_tokenGenerate an Access Token
/orders/{id}/statusUpdate Order Status
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](https://github.com/fulfillment/soap-integration). # Versioning The Fulfillment.com (FDC) REST API is version controlled and backwards compatible. We have many future APIs scheduled for publication within our v2.0 spec so please be prepared for us to add data nodes in our responses, however, we will not remove knowledge from previously published APIs. #### A Current Response ```javascript { id: 123 } ``` #### A Potential Future Response ```javascript { id: 123, reason: "More Knowledge" } ``` # Getting Started We use OAuth v2.0 to authenticate clients, you can choose [implicit](https://oauth.net/2/grant-types/implicit/) or [password](https://oauth.net/2/grant-types/password/) grant type. To obtain an OAuth `client_id` and `client_secret` contact your account executive. **Tip**: Generate an additional login and use those credentials for you
https://api.fulfillment.com/v213 endpoints available
/trackTracking
/ordersList of Orders
/ordersNew Order
/returnsList Returns
/returnsInform us of an RMA
/users/meAbout Me
/inventoryList of Item Inventories
/accountingList Order Accounting
/orders/{id}Order Details
/orders/{id}Cancel an Order
/orders/{id}/shipShip an Order
/oauth/access_tokenGenerate an Access Token
/orders/{id}/statusUpdate Order Status