How to get base territory for subscriptions with App Store Connect API?

Hello all,

In the App Store Connect API:

  • Apps have /v1/appPriceSchedules/{id}/baseTerritory.

  • IAPs have /v1/inAppPurchasePriceSchedules/{id}/baseTerritory.

...but:

  • Auto-renewing subscriptions don't have a corresponding endpoint for getting the base territory

However, the App Store Connect website does indeed require you to set a base territory when creating new auto-renewable subscriptions.

Why's that?

More importantly, what's the best way of determining what to use for a base territory?

Thank you!!

How to get base territory for subscriptions with App Store Connect API?
 
 
Q