add_to_cart
Add a specified quantity of a Mouser part number to an existing shopping cart, updating the quantity if the part is already present.
Instructions
Add an item to an existing shopping cart.
Adds a single part to the cart with the specified quantity. If the part already exists in the cart, the quantity will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_key | Yes | Unique cart identifier (UUID format) | |
| quantity | Yes | Quantity to add (must be positive integer) | |
| mouser_part_number | Yes | Mouser part number to add | |
| customer_part_number | No | Optional customer reference number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||