Skip to main content
POST
Place Order

Authorizations

Authorization
string
header
required

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

Body

application/json
line_items
object[]
required

Array of LineItem objects

order_type
enum<string>
required

Type of order.

Available options:
invoice,
memo
external_order_id
string
required

The order ID or order number from Shopify or other ecommerce platforms, used to link orders between systems. Must be unique per merchant per order.

order_reference
string

A friendly order reference sent to the end customer by Shopify or other ecommerce platforms. Must be unique per merchant per order.

notes
string

Custom notes on the order

shipping_address_id
string<uuid>

UUID of a merchant shipping address. Defaults to the merchant's default shipping address if not provided. Retrieve available addresses via the List Merchant Addresses endpoint.

Response

200 - application/json

OK

order_type
string
merchant_uuid
string
order_reference
string
order_id
string
line_items
object[]