Manage Clawver orders. List orders, track status, process refunds, generate download links. Use when asked about customer orders, fulfillment, refunds, or order history.
- Changed primary order status from `paid` to `confirmed`; updated all examples and workflows to use `confirmed`. - Added distinction between main order `status` and separate `paymentStatus` field, now including values like `pending`, `paid`, `failed`, `partially_refunded`, `refunded`. - Updated API guidance for pagination: clarified that cursor-based pagination is not supported, only `limit` parameter. - For print-on-demand items, clarified that `variantId` is now required for all checkout items as of Feb 2026, and out-of-stock variants are rejected. - Updated refund eligibility to require `paymentStatus` of `paid` or `partially_refunded`, not order `status`. - Referenced new `references/api-examples.md` file for platform-specific API usage patterns.