No, I’m using the legacy REST API. Here is the payload:
{
"token": "[filtered]",
"email": "andrew.kerr@shopify.com",
"line_items": [
{
"id": 3,
"sku": "SFN#10#SFN-22870-beige",
"name": "Ladies Wristwatch - Beige",
"price": "3.30",
"quantity": 5,
"default_warehouse": "5279"
}
],
"shipping_lines": {
"title": "unmapped",
"price": "0.00"
},
"note_attributes": {
"name": "",
"value": ""
},
"partner_order_id": 3,
"shipping_address": {
"first_name": "Cool",
"last_name": "Dude",
"company": null,
"phone": null,
"address1": "3 New Montgomery St. Ste 750",
"address2": null,
"city": "San Francisco",
"province": "CA",
"province_code": "CA",
"zip": "94105",
"country": "US",
"country_code": "US"
},
"billing_address": {
"first_name": "Cool",
"last_name": "Dude",
"company": null,
"phone": null,
"address1": "3 New Montgomery St. Ste 750",
"address2": null,
"city": "San Francisco",
"province": "CA",
"province_code": "CA",
"zip": "94105",
"country": "US",
"country_code": "US"
},
"order_id": "3-#1098: andy-test-usa",
"total_tax": 0.0,
"subtotal_price": 16.5,
"profile": "default",
"fulfillment_status": "pending",
"required_ship_date": "2019-09-12",
"total_discounts": 0.0,
"total_price": 16.5,
"packing_note": "Order #1342973149257\nSales Platform Order #1098",
"created_at": "2019-09-12T21:20:03.845Z",
"tags": "default_warehouse_id_5279"
}