add_to_cart
Add food items to your DoorDash cart for checkout by specifying store, menu, item details, and quantity.
Instructions
Add an item to your DoorDash cart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | Yes | Store ID | |
| menuId | Yes | Menu ID | |
| itemId | Yes | Item ID from the menu | |
| itemName | Yes | Item name | |
| unitPrice | Yes | Price in cents (e.g. 1540 for $15.40) | |
| quantity | No | Quantity to add | |
| currency | No | Currency code (e.g. USD, CAD) | USD |