Skip to content
Development
Command

/get-sales-order

Get a Kaseya Quote Manager sales order with its lines and payments

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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.md
description: 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 |

Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins