update_cart_item
Change the quantity of a specific part in your Mouser cart using the cart key and part number. Set quantity to 0 to remove the item.
Instructions
Update the quantity of an item in the cart.
Changes the quantity of an existing cart item. To remove an item, set quantity to 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_key | Yes | Unique cart identifier | |
| quantity | Yes | New quantity (0 to remove item) | |
| mouser_part_number | Yes | Mouser part number to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||