Loading...
Loading...
Set region-specific pricing for Google Play subscriptions and products using gpd monetization commands. Use when adjusting prices by territory or PPP strategy.
npx skill4agent add rudrankriyam/app-store-connect-cli-skills gpd-ppp-pricingGPD_SERVICE_ACCOUNT_KEY--packagegpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000gpd monetization baseplans batch-migrate-prices --package com.example.app sub123 --file migrate.jsonmigrate.json{
"requests": [
{
"basePlanId": "plan456",
"regionalPriceMigrations": [
{
"regionCode": "US",
"priceMicros": 9990000
}
]
}
],
"regionsVersion": {
"version": "2024-01-01"
}
}gpd monetization onetimeproducts create --package com.example.app --product-id sku123 --type consumable
gpd monetization onetimeproducts update --package com.example.app sku123 --default-price 1990000gpd monetization offers list --package com.example.app sub123 plan456
gpd monetization offers create --package com.example.app sub123 plan456 --offer-id offer789 --file offer.json
gpd monetization offers batchUpdate --package com.example.app sub123 plan456 --file offers.jsongpd monetization subscriptions get sub123 --package com.example.app
gpd monetization baseplans batch-update-states --package com.example.app sub123 --file states.jsonpriceMicrosUSGBINBR