firestarter_confirm_order
Confirm a pending buyer order to notify them of acceptance and enable the shipping step. Use only for orders still pending.
Instructions
Accept a pending incoming order — step 2 of the seller fulfillment flow (firestarter_seller_orders → firestarter_confirm_order → firestarter_ship_order). Use when a seller wants to accept/confirm an order a buyer placed. Confirming notifies the buyer that the order is accepted and is the gate before shipping. Pass the order_id exactly as shown by firestarter_seller_orders (the order_id field, NOT the exec_... execution id). Only orders still in 'pending' can be confirmed — an order that's already confirmed or shipped doesn't need this; go straight to firestarter_ship_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | REQUIRED. The order_id from firestarter_seller_orders (the seller_earnings id, not the exec_... execution id). |