Google Workspace Reseller API

注文や顧客情報の表示など、チャネル サービス コンソールで利用可能な一般的な機能を大規模に実行する

サービス: reseller.googleapis.com

このサービスを呼び出すには、Google が提供するクライアント ライブラリを使用することをおすすめします。アプリケーションで独自のライブラリを使用してこのサービスを呼び出す必要がある場合は、API リクエストを行う際に次の情報を使用します。

ディスカバリ ドキュメント

ディスカバリ ドキュメントは、REST API を記述して使用するための機械可読仕様です。クライアント ライブラリ、IDE プラグイン、Google API と連携するその他のツールのビルドに使用されます。1 つのサービスで複数のディスカバリ ドキュメントを提供できます。このサービスには、次の検索ドキュメントが用意されています。

サービス エンドポイント

サービス エンドポイントは、API サービスのネットワーク アドレスを指定するベース URL です。1 つのサービスに複数のサービス エンドポイントが存在することがあります。このサービスには次のサービス エンドポイントがあり、以下のすべての URI がこのサービス エンドポイントに関連しています。

  • https://reseller.googleapis.com

REST リソース: v1.customers

Methods
get GET /apps/reseller/v1/customers/{customerId}
顧客アカウントを取得します。
insert POST /apps/reseller/v1/customers
新規顧客のアカウントを注文します。
patch PATCH /apps/reseller/v1/customers/{customerId}
お客様のアカウントの設定を更新します。
update PUT /apps/reseller/v1/customers/{customerId}
お客様のアカウントの設定を更新します。

REST リソース: v1.resellernotify

Methods
getwatchdetails GET /apps/reseller/v1/resellernotify/getwatchdetails
販売パートナーに対応するスマートウォッチの詳細をすべて返します。
register POST /apps/reseller/v1/resellernotify/register
通知を受け取る販売パートナーを登録します。
unregister POST /apps/reseller/v1/resellernotify/unregister
通知を受け取る販売パートナーの登録を解除します。

REST リソース: v1.subscriptions

Methods
activate POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate
以前に販売パートナーによって一時停止されたサブスクリプションを有効にします。
changePlan POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan
サブスクリプション プランを更新します。
changeRenewalSettings POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings
ユーザー ライセンスの更新設定を更新します。
changeSeats POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats
サブスクリプションのユーザー ライセンス設定を更新します。
delete DELETE /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}
サブスクリプションを解約、一時停止、または直接契約に移行する。
get GET /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}
特定のサブスクリプションを取得します。
insert POST /apps/reseller/v1/customers/{customerId}/subscriptions
サブスクリプションを作成または移行します。
list GET /apps/reseller/v1/subscriptions
販売パートナーが管理するサブスクリプションのリスト。
startPaidService POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService
30 日間の無料試用サブスクリプションを直ちに有料サービス サブスクリプションに移行します。
suspend POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend
アクティブなサブスクリプションを一時停止します。