List all orders for the authenticated merchant.
Fetch a single order with its full contribution breakdown.
The order.session field includes the item snapshot and funding stats.
Transition the order from funded / notified → fulfilling.
Call this when you have confirmed the order and started processing it.
Transition the order from fulfilling → delivered.
Call this once the item has been shipped / handed over.
Wraps the
/ordersAPI endpoints (merchant-authenticated).Example