Prepare purchase handoff
prepare_purchase_handoffTwo-step exact-SKU purchase prep. Call first with sku, quantity, and buyer_confirmed=false to confirm the product, live price, and live stock in one call. After the buyer approves, call again with buyer_confirmed=true to receive the tracked checkout handoff URL. It never places an order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Exact Packrift SKU such as 1066, MFL1295, or LL251WR. | |
| quantity | No | Buyer-selected quantity. Defaults to 1. | |
| journey_id | No | Optional continuity ID echoed from an earlier search or pricing result in this conversation. | |
| result_set_id | No | Optional continuity ID echoed from the result set the buyer chose from. | |
| source_context | No | Optional short context label for the handoff, such as exact_sku_reorder or quote_followup. | |
| buyer_confirmed | No | Set true only after the buyer confirms the exact SKU and quantity. Without this, no cart URL is created. |