Update OlaOla Cart Item
olaola_update_cart_itemUpdate the quantity of a specific item in an OlaOla supplement cart by providing the cartItemId and new quantity. Read the cart first to obtain the cartItemId.
Instructions
Set the quantity for an existing OlaOla cart line item. Read the cart first, then pass the item's cartItemId. In auto mode, use the real account cart when credentials work; real cart changes require confirmed=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| cartId | No | ||
| quantity | Yes | ||
| confirmed | No | ||
| cartItemId | Yes |