checkout
Place an order from a cart and confirm it with the store. Supply cart ID, customer, shipping address, and payment method to finalize the purchase.
Instructions
Place an order from a cart and confirm it with the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Input contract for the ``checkout`` tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The purchased line items. | |
| status | Yes | Order lifecycle status. | |
| totals | Yes | Aggregated monetary totals. | |
| cart_id | Yes | Cart this order was placed from. | |
| order_id | Yes | Upstream order identifier. | |
| created_at | Yes | UTC timestamp of order creation. | |
| estimated_delivery | Yes | Expected delivery date. |