I'm trying to change subscription prices programmatically and found two relevant API methods: Create price change List price points The first method requires ID of price point that can be retrieved by the second one. The second method returns price points in the following format: { type : appPricePoints, id : eyJzIjoiMTU2MTYxMTU2OSIsInQiOiJBRkciLCJwIjoiMTAwNDkifQ, attributes : { customerPrice : 3.99, proceeds : 2.8 }, relationships : { equalizations : { links : { self : https://api.appstoreconnect.apple.com/v3/appPricePoints/eyJzIjoiMTU2MTYxMTU2OSIsInQiOiJBRkciLCJwIjoiMTAwNDkifQ/relationships/equalizations, related : https://api.appstoreconnect.apple.com/v3/appPricePoints/eyJzIjoiMTU2MTYxMTU2OSIsInQiOiJBRkciLCJwIjoiMTAwNDkifQ/equalizations } } }, links : { self : https://api.appstoreconnect.apple.com/v3/appPricePoints/eyJzIjoiMTU2MTYxMTU2OSIsInQiOiJBRkciLCJwIjoiMTAwNDkifQ } } where ID of price point is a base64-encoded JSON with three fields: s, t, and p. I got that Price Changes are pre-created by Apple and
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags:
App Store Connect API