Querying adjusted subscription price equalizations
Compare a subscription price point against the equalized price points that Apple recommends across territories, adjusted for local pricing rules.
Overview
Every subscription price point has a territory and a customer price. When you set a price in one territory, Apple can equalize equivalent price points across all other territories so customers see a consistent price relative to their local currency. The equalizations endpoint returns those matching price points. The adjusted equalizations endpoint returns the same set with adjustments applied for territories where the direct equalization would violate a local pricing rule — for example, a territory that requires rounded prices or that limits price bands.
Use the adjusted equalizations endpoint when you plan a price change and need to see the actual per-territory prices customers would pay, not the raw currency conversion.
Read adjusted equalizations for a price point
Use GET /v1/subscriptionPricePoints/{id}/adjustedEqualizations (List adjusted equalizations for a subscription price point) with the id of the source price point:
GET /v1/subscriptionPricePoints/${sourcePricePointId}/adjustedEqualizations?include=territory&fields[subscriptionPricePoints]=customerPrice,territoryThe response is a list of SubscriptionPricePoints — one per territory — where each price reflects the adjusted equalization for that territory. Compare each customerPrice against the source price to see where adjustments occur.
To read the raw equalizations without adjustments, use GET /v1/subscriptionPricePoints/{id}/equalizations (List all subscription price point equalizations) with the same id. Compare the two responses to see which territories required an adjustment.
See Also
Managing Auto-Renewable Subscriptions
Managing auto-renewable subscriptionsWorking with subscription versionsConfiguring subscription prices across territoriesSubscription VersionsSubscriptionsSubscription LocalizationsSubscription localizations (v1)Subscription price points and subscription pricesSubscription imagesSubscription images (v1)Subscription availabilitySubscription plan availabilityBilling Grace Periods