Improve Your Order Management System With ShipEngine’s Orders API

Our Orders API Can Import and Process Orders from Marketplaces and Other Sources

Say “goodbye” to spreadsheets and expensive software. With the ShipEngine Orders API, users can import order data from leading marketplaces, platforms and other sources, plus notify sources when orders have shipped. It’s free to import an order when you also generate a shipping label for that order within ShipEngine (and 5¢ per imported order without creating a label). Get in touch with our sales team to learn more about the order API feature.

Contact Sales
Tracking
Tracking
curl https://api.shipengine.com/v-beta/sales_orders \
  -X POST \
  -H 'content-type: application/json' \
  -H "api-key: ElJkhJuQIRoFq/kDEblco4LpZqRCdYNIoAVG7SywSXw" \
  -d '
{
  "order_date": "2019-04-29T17:51:49.604Z$",
  "customer": {
      "name":"Mickey Mouse",
      "phone":"512-555-5555",
      "email":"[email protected]"
  },
  "bill_to": {
    "email": "[email protected]",
    "address": {
      "name": "Mickey and Minnie Mouse",
      "phone": "714-781-4565",
      "company_name": "The Walt Disney Company",
      "address_line1": "500 South Buena Vista Street",
      "city_locality": "Burbank",
      "state_province": "CA",
      "postal_code": "91521",
      "country_code": "US"
    }
  },
  "ship_to": {
    "name": "Mickey and Minnie Mouse",
    "phone": "714-781-4565",
    "company_name": "The Walt Disney Company",
    "address_line1": "500 South Buena Vista Street",
    "city_locality": "Burbank",
    "state_province": "CA",
    "postal_code": "91521",
    "country_code": "US"
  },
  "payment_details": {
    "subtotal": {
      "currency": "usd",
      "amount": 200
    },
    "estimated_shipping": {
      "currency": "usd",
      "amount": 10
    },
    "estimated_tax": {
      "currency": "usd",
      "amount": 5
    },
    "grand_total": {
      "currency": "usd",
      "amount": 215
    }
  },
  "sales_order_items": [
    {
      "sales_order_item_id": "02202633-d038-5cfc-bdc2-777968435771",
      "line_item_details":
      {
        "name": "ball of string A",
        "sku": "ball of string A"
      },
      "price_summary":
      {
        "unit_price": {
          "currency": "usd",
          "amount": 200
        }
      },
      "ship_to": {
        "name": "Mickey and Minnie Mouse",
        "phone": "714-781-4565",
        "company_name": "The Walt Disney Company",
        "address_line1": "500 South Buena Vista Street",
        "city_locality": "Burbank",
        "state_province": "CA",
        "postal_code": "91521",
        "country_code": "US"
      },
      "quantity": 4,
      "is_gift": false
    }
  ]
}'
 
Clock Icon

Single Dashboard Order Processing

Wherever you sell, connect ShipEngine to quickly import and process orders using a single dashboard.

Clock Icon

Push New Orders

Use webhooks to automatically push new orders that are ready for shipment.

Clock Icon

Get Shipment Status Notifications

Send a notice back to the marketplace or cart after an order has shipped.

Clock Icon

Create Your Own Shipments

No connection? Manually create single or bulk shipments with ease.

Connect Major Marketplaces and Shopping Carts

Quickly integrate with all major marketplaces and shopping carts to view order processing and shipping fulfillment status.

View All Partner Integrations

Get Expert Support For Order API Setup

Whatever the issue, we’re available to assist. For product-related information, visit our Help Center. If you want to learn more about accessing the Orders API, contact our sales team.