Order Desk
Order Desk is an ecommerce order management and fulfillment routing platform that centralizes orders from shopping carts and marketplaces, then automates routing to print-on-demand, dropshipping, warehouse, and shipping providers via a rule builder and 300-plus integrations. Its public REST API (base https://app.orderdesk.me/api/v2, authenticated with store-id and api-key headers) exposes Orders, Order Items, Shipments, Inventory Items, and Store settings so developers can create and update orders, manage line items, record shipments and tracking, and sync inventory programmatically.
APIs
Order Desk Orders API
Create, retrieve, search, update, and delete orders in an Order Desk store. Filter orders by folder, status, source, date, and customer, add order history notes, and move orders...
Order Desk Order Items API
Manage the individual line items within an order - list, get, add, update, and remove items, adjust quantities, prices, variations, and per-item metadata without rewriting the w...
Order Desk Shipments API
Record and manage shipments against an order - create shipments with carrier and tracking details, list, get, update, and delete them, and batch-add many shipments at once to re...
Order Desk Inventory Items API
Maintain the store's inventory catalog - list, get, create, update, and delete inventory items by code, adjust stock counts, prices, and metadata, and batch-update many items in...
Order Desk Store API
Read store settings and structure - retrieve the store's folder list and configuration, and test API connectivity and credentials before running order, item, shipment, or invent...