Add Product to Cart
add_to_cartAdd a chosen quantity of a Lazada product to your active cart by supplying its product URL. Resolve the need to build a cart before checkout by using this action.
Instructions
Use this to add units of one product to the user's live Lazada cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A Lazada Singapore product URL from search_products. | |
| quantity | Yes | Explicit user-requested quantity; ask if missing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| added | Yes | ||
| message | Yes | ||
| product | Yes | ||
| quantityNow | No | ||
| countVerified | Yes | ||
| quantityBefore | No | ||
| requestedIncrease | Yes | ||
| verificationSource | Yes |