Create a line item
Add an item to specified cart. If the cart doesn’t exist, create it and add the item.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Merchant's 24-character tenant ID
Sales channel ID
Unique request ID
Path Parameters
Cart ID
Body
Line items to add to cart
Item SKU
Number of line items in cart
Item price list ID
Additional data passed by the caller
Fulfillment request details
Response
Line item details
Line item ID
Line item position number (starts at 1)
Line item name
Line item SKU
Additional line item options
Time line item was created
Time line item was last updated
Line item quantity
Line item price list ID
true: Item is active<br />false: Item is inactive
Individual line item price
Individual line item discount
Attributes passed by caller
Sales channel
true: Item is set for pickup<br />false: Item is set for delivery
Warehouse ID
Shipping details
The fulfillment details.
Was this page helpful?