You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -368,6 +390,20 @@ Represents an in-app product available for purchase.
368
390
|**`productId`**| <code>string</code> | The product ID of the product to retrieve. On Android, this is the <ahref="#product">Product</a> ID configured in Google Play Console. On iOS, this is the <ahref="#product">Product</a> ID configured in App Store Connect. | 0.3.1 |
|**`products`**| <code>Product[]</code> | The product details for the requested products. Note: If some products are not found, they will not be included in the array. The array may contain fewer products than requested. | 7.2.0 |
|**`productIds`**| <code>string[]</code> | The product IDs of the products to retrieve. On Android, these are the <ahref="#product">Product</a> IDs configured in Google Play Console. On iOS, these are the <ahref="#product">Product</a> IDs configured in App Store Connect. | 7.2.0 |
0 commit comments