subscription_offers_get
Retrieve details of a single subscription offer by providing package name, product ID, base plan ID, and offer ID. Use it to fetch specific offer information from Google Play.
Instructions
Get a single offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offerId | Yes | ||
| productId | Yes | Product id / SKU — stable identifier you assign in Play Console | |
| basePlanId | Yes | ||
| packageName | Yes | Android application package name, e.g. com.example.app |