Create Order Items

Required permission: write_orders

Add items to an existing order. This endpoint allows you to add new order items to an order that has already been created.

Path Params
integer
required
≥ 1

The ID of the order to add items to.

Body Params
items
array of objects
required
length ≥ 1

Array of order items to add to the order.

items*
integer
required
≥ 1

The ID of the product to add to the order.

integer
required
≥ 1

The quantity of the product to add to the order.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json