POST
/
api
/
v2
/
orders
/
place

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

line_items
object[]
required

Array of LineItem objects

order_id
string
required

Actual Order ID Shopify & the Unbridaled App use internally. Must be unique for each Merchant for each order.

order_type
enum<string>
required

Type of order.

Available options:
invoice,
memo
allow_unavailable
boolean

Allow order to be created against OOS products. Sold or memoed products, if included, will return an error. This is only available in admin mode (using admin token or master token).

merchant_uuid
string

Given Merchant UUID signifying the merchant placing the order. Auto detected from merchant_token if using merchant mode.

notes
string

Custom notes on the order

order_reference
string

A friendly Order ID that Shopify sends to the end customer. Must be unique for each Merchant for each order.

Response

200 - application/json
line_items
object[]
merchant_uuid
string
order_id
string
order_reference
string
order_type
string