gws-reseller

Installation
Summary

Manage Google Workspace customer accounts, subscriptions, and reseller notifications through API commands.

  • Three resource categories: customers (create, retrieve, update accounts), subscriptions (activate, change plans/seats, suspend, list), and reseller notifications (register, watch, unregister)
  • Supports patch and full update semantics for customer settings; subscription operations include trial-to-paid conversion, renewal management, and transfer to direct
  • Requires gws binary and shared authentication setup from gws-shared/SKILL.md; use gws schema to inspect method parameters before execution
SKILL.md

reseller (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws reseller <resource> <method> [flags]

API Resources

customers

  • get — Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see retrieving a customer account.
  • insert — Orders a new customer's account.
  • patch — Updates a customer account's settings. This method supports patch semantics. You cannot update customerType via the Reseller API, but a "team" customer can verify their domain and become customerType = "domain". For more information, see Verify your domain to unlock Essentials features.
  • update — Updates a customer account's settings. You cannot update customerType via the Reseller API, but a "team" customer can verify their domain and become customerType = "domain". For more information, see update a customer's settings.

resellernotify

Related skills
Installs
550
GitHub Stars
26.1K
First Seen
Mar 4, 2026