orders.get:取得訂單清單的訂單詳細資料。
HTTP 要求
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/orders:batchGet
這個網址使用 gRPC 轉碼語法。
路徑參數
| 參數 | |
|---|---|
| packageName | 
 必要欄位。購買這項訂閱項目或應用程式內商品時所用的應用程式套件名稱 (例如「com.some.thing」)。 | 
查詢參數
| 參數 | |
|---|---|
| orderIds[] | 
 必要欄位。要擷取訂單詳細資料的訂單 ID 清單。每個要求必須包含 1 到 1000 個訂單 ID (含首尾)。如果找不到任何訂單 ID,或與提供的套件不符,整個要求就會失敗並顯示錯誤。訂單 ID 不得重複。 | 
要求主體
要求主體必須為空白。
回應主體
orders.batchGet API 的回應。
如果成功,回應主體會含有以下結構的資料:
| JSON 表示法 | 
|---|
| {
  "orders": [
    {
      object ( | 
| 欄位 | |
|---|---|
| orders[] | 
 所要求訂單 ID 的詳細資料。 | 
授權範圍
需要下列 OAuth 範圍:
- https://www.googleapis.com/auth/androidpublisher