Method: accounts.customers.orders.get

Returns a requested Order resource.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The resource name of the order to retrieve. 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 Order.

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!