Handle customer service operations for iCommerce. Use when managing tickets, order issues, returns, refunds, or support playbooks.
Coordinate cross-domain customer support workflows.
stateset in natural language with --apply for writes.--apply needed.returns create, refund issue, ticket updates — requires --apply.stateset "look up order ORD-123 for customer cust_456"
stateset returns create --order ORD-123 --reason "wrong size" --apply
stateset refund issue --order ORD-123 --amount 49.99 --apply
stateset tickets list --status open --customer cust_456
{"status":"resolved","customer_id":"cust_123","order_id":"ord_123","resolution_code":"refund_issued","agent":"auto","elapsed_ms":1240}
resolution_code empty: ensure the playbook maps the issue type to a code in customer-service-playbooks.md.--timeout 30000; check stateset daemon health via stateset status.CS_MISSING_IDENTIFIER: Customer email, order number, or cart ID is required to proceed.CS_RESOLUTION_UNMAPPED: The issue type has no mapped resolution code in the playbook.CS_TICKET_CONFLICT: Ticket status conflicts with the requested action; verify current state.