add_line_item
Add a catalog item as a line item to an existing order. Supports dry-run preview and explicit confirmation before modifying merchant data.
Instructions
Modifies merchant data. Add a catalog item as a line item to an order.
Name/price are copied from the catalog item. Previews on dry_run; confirms via MCP elicitation or confirm=True before writing. Requires ORDERS_W. No payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| dry_run | No | ||
| item_id | Yes | ||
| order_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||