Google Play Android Developer API (androidpublisher:v3)

2025-05-19

2 new methods

Additions

    Methods
  • androidpublisher.orders.get

      Path : androidpublisher/v3/applications/{packageName}/orders/{orderId}

      Flat Path : androidpublisher/v3/applications/{packageName}/orders/{orderId}

      HTTP Method : GET

      Parameters :

        packageName

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

          Location : path

          Required : Yes

          Type : string

        orderId

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • packageName
    • orderId
    • Scopes : https://www.googleapis.com/auth/androidpublisher

      Description : Get order details for a single order.

  • androidpublisher.orders.batchget

      Path : androidpublisher/v3/applications/{packageName}/orders:batchGet

      Flat Path : androidpublisher/v3/applications/{packageName}/orders:batchGet

      HTTP Method : GET

      Parameters :

        packageName

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

          Location : path

          Required : Yes

          Type : string

        orderIds

          Description : Required. The list of order IDs to retrieve order details for. There must be between 1 and 1000 (inclusive) order IDs per request. If any order ID is not found or does not match the provided package, the entire request will fail with an error. The order IDs must be distinct.

          Location : query

          Repeated : Yes

          Type : string

      Parameter Order : packageName

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

      Description : Get order details for a list of orders.