onetime_product_offers_list
List offers for a one-time product's purchase option. Provide package name, product ID, and option ID; use '-' to fetch all options.
Instructions
List offers attached to a purchase option. purchaseOptionId is required — use '-' to list across all options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android application package name, e.g. com.example.app | |
| productId | Yes | Product id / SKU — stable identifier you assign in Play Console | |
| purchaseOptionId | Yes | ||
| pageSize | No | ||
| pageToken | No |