place_order
Submit a cart as an order, with optional payment method and tip.
Instructions
place an order from a cart. (AUTH'D)
Args: cart_id: The cart ID to submit as an order payment_method_id: Optional payment method ID to attach before checkout payment_type: Payment type for payment_method_id, such as CREDIT_CARD or CAMPUS_CARD tip_amount: Optional tip amount in dollars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| payment_method_id | No | ||
| payment_type | No | CREDIT_CARD | |
| tip_amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |