Skip to main content
POST
Add a new item to an existing order

Path parameters

string
required
Order ID

Request body

CreateOrderItem
string
required
Variant identifier; accepts either a UUID or SKU string
integer (int32)
required
Quantity to order (must be at least 1)
string,null
Tax rate as decimal (e.g., 0.08 for 8%)
string,null
Unit price (optional, will use catalog price if not provided)

Response

ApiResponse_OrderItem
object
array,null
string,null
ResponseMeta,null
boolean
required

Status codes

Last modified on August 31, 2026