/get-sales-order
Get a Kaseya Quote Manager sales order with its lines and payments
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/get-sales-order
Context preview
What this command does when you run it.
Get a Kaseya Quote Manager sales order with its lines and payments
Command definition
get-sales-order.mddescription: Get a Kaseya Quote Manager sales order with its lines and payments argument-hint: "<id>" arguments: [id]
Get Kaseya Quote Manager Sales Order
Arguments
- `id` (required) — Sales order ID
Prerequisites
- Kaseya Quote Manager API key configured (read-only)
Steps
1. Retrieve the sales order: `kqm_sales_order_get` with `id=$id` 2. List its lines: `kqm_sales_order_line_list` 3. List payments: `kqm_sales_order_payment_list` 4. Display the order with lines, totals, and payment status
Examples
Get sales order by ID
/get-sales-order id=67890
Error Handling
| Error | Resolution | |-------|------------| | 404 Not Found | Verify the sales order ID exists | | 401 Unauthorized | Verify the API key |
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

