Method: accounts.customers.orders.activate

Activates a previously suspended Order. Order must be in a suspended state for it to be activated. Orders suspended for pending TOS acceptance cannot be activated via this API. An order activation is a long running operation and can result in updates to customer entitlements.

HTTP request

POST https://cloudchannel.googleapis.com/v1alpha1/{name=accounts/*/customers/*/orders/*}:activate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The resource name of the order to activate. The name takes the format: 'accounts/{account_id}/customers/{customer_id}/orders/{orderId}'

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/apps.order
  • https://www.googleapis.com/auth/userinfo.email

For more information, see the Authentication Overview.

Try it!