Perform common functions that are available on the Channel Services console at scale, like placing orders and viewing customer information
Service: reseller.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://reseller.googleapis.com
REST Resource: v1.customers
Methods | |
---|---|
get |
GET /apps/reseller/v1/customers/{customerId} Gets a customer account. |
insert |
POST /apps/reseller/v1/customers Orders a new customer's account. |
patch |
PATCH /apps/reseller/v1/customers/{customerId} Updates a customer account's settings. |
update |
PUT /apps/reseller/v1/customers/{customerId} Updates a customer account's settings. |
REST Resource: v1.resellernotify
Methods | |
---|---|
getwatchdetails |
GET /apps/reseller/v1/resellernotify/getwatchdetails Returns all the details of the watch corresponding to the reseller. |
register |
POST /apps/reseller/v1/resellernotify/register Registers a Reseller for receiving notifications. |
unregister |
POST /apps/reseller/v1/resellernotify/unregister Unregisters a Reseller for receiving notifications. |
REST Resource: v1.subscriptions
Methods | |
---|---|
activate |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate Activates a subscription previously suspended by the reseller. |
changePlan |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan Updates a subscription plan. |
changeRenewalSettings |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings Updates a user license's renewal settings. |
changeSeats |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats Updates a subscription's user license settings. |
delete |
DELETE /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId} Cancels, suspends, or transfers a subscription to direct. |
get |
GET /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId} Gets a specific subscription. |
insert |
POST /apps/reseller/v1/customers/{customerId}/subscriptions Creates or transfer a subscription. |
list |
GET /apps/reseller/v1/subscriptions Lists of subscriptions managed by the reseller. |
startPaidService |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/startPaidService Immediately move a 30-day free trial subscription to a paid service subscription. |
suspend |
POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend Suspends an active subscription. |