Skip to main content
Re-creates a cart from a past order and makes it the active cart, using an order id from buy_order_history. Nothing is purchased yet: review with buy_view_cart, then place it with buy_checkout.
Not advertised in tools/list by default — the buy tool covers this conversationally. Expert integrations can still call it by name.

Parameters

ParameterTypeRequiredDescription
merchantstringYesMerchant slug (for example doordash)
order_idstringYesThe order id from buy_order_history

Returns

A confirmation followed by the re-created cart: each item with its quantity and price, the subtotal, and the total including fees, tax, and delivery when it differs. Failures return a short error message.

Example

{ "name": "buy_reorder", "arguments": { "merchant": "doordash", "order_id": "ord_9f2k1" } }