Method: orders.get

  • The orders.get method retrieves details for a single order using a GET HTTP request.

  • The request requires the package name and order ID as path parameters.

  • The request body must be empty.

  • The response body contains an instance of Order if successful.

  • The request requires the https://www.googleapis.com/auth/androidpublisher authorization scope.

orders.get order details for a single order.

HTTP request

GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/orders/{orderId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
packageName

string

Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').

orderId

string

Required. The order ID provided to the user when the subscription or in-app order was purchased.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidpublisher