What problem does it solve? Setting fair, localized prices across dozens of Google Play regions is error-prone: the API rejects updates that drop existing regional configs, requires obscure flags like --regions-version and --update-mask, and uses different price formats for legacy IAPs versus new one-time products and subscriptions. This Skill codifies the fetch-then-merge workflow and PPP multiplier tables so regional pricing updates succeed on the first attempt. ## Core Features & Use Cases - PPP Multiplier Tables: Tiered multipliers (1.0x down to 0.25x) with currency codes for 35+ regions, applied to a base USD price and rounded to .99 endings. - Fetch-Then-Merge Workflows: Step-by-step gplay CLI commands for legacy in-app products, one-time products, and subscriptions that preserve all existing regional configs while overriding PPP target regions. - API Pitfall Coverage: Handles required flags (--regions-version, --update-mask), mandatory otherRegionsConfig/newRegionsConfig fields, DRAFT-state activation for new products, and subscriber price migration via migrate-prices. - Use Case: You launch a $9.99/month subscription and want India at ₹149.99 and Brazil at R$14.99. The Skill fetches the existing 173 regional configs, merges in the PPP overrides, and updates the subscription without triggering "Regional configs were removed" errors. ## Quick Start Ask the AI to apply PPP-based regional pricing to your Google Play subscription or in-app product using the gplay CLI, starting from your base USD price.