Readonly
actionOptional
Readonly
externalSets the LineItem price
to the given value when decreasing the quantity of a Line Item with the ExternalPrice
LineItemPriceMode.
Optional
Readonly
externalSets the LineItem price
and totalPrice
to the given value when decreasing the quantity of a Line Item with the ExternalTotal
LineItemPriceMode.
Optional
Readonly
lineid
of the LineItem to update. Either lineItemId
or lineItemKey
is required.
Optional
Readonly
linekey
of the LineItem to update. Either lineItemId
or lineItemKey
is required.
Optional
Readonly
quantityAmount to subtract from the LineItem's quantity
.
If absent, the LineItem is removed from the Cart.
Optional
Readonly
shippingContainer for Line Item-specific addresses to remove.
The LineItem price is updated as described in LineItem Price selection.