Create multiple line items

Create multiple line items in a single request. Each item must include a price for the request to succeed. The maximum number of line items per request is 100.

Note: To ensure platform stability, an order is limited to a maximum of 2,500 line items. If this call would cause the order to exceed this limit, the request will fail with a 400 Bad Request error.

Path Params
string
required

Merchant Id

string
required

Order Id

Body Params
items
array of objects

List of LineItem objects to create

items
Response
200
Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!