Endpoints for app price schedules and territories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/app-store-connect-api:pricing-and-availabilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Endpoints for app price schedules and territories.
Endpoints for app price schedules and territories.
POST /v1/appPriceSchedulesSummary: No summary provided.
GET /v1/appPriceSchedules/{id}Summary: No summary provided.
Parameters:
fields[appPriceSchedules] (query, optional): the fields to include for returned resources of type appPriceSchedulesfields[apps] (query, optional): the fields to include for returned resources of type appsfields[territories] (query, optional): the fields to include for returned resources of type territoriesfields[appPrices] (query, optional): the fields to include for returned resources of type appPricesinclude (query, optional): comma-separated list of relationships to includelimit[automaticPrices] (query, optional): maximum number of related automaticPrices returned (when they are included)limit[manualPrices] (query, optional): maximum number of related manualPrices returned (when they are included)GET /v1/territoriesSummary: No summary provided.
Parameters:
fields[territories] (query, optional): the fields to include for returned resources of type territorieslimit (query, optional): maximum resources per pageGET /v1/appPriceSchedules/{id}/relationships/automaticPricesSummary: No summary provided.
Parameters:
limit (query, optional): maximum resources per pageGET /v1/appPriceSchedules/{id}/automaticPricesSummary: No summary provided.
Parameters:
filter[startDate] (query, optional): filter by attribute 'startDate'filter[endDate] (query, optional): filter by attribute 'endDate'filter[territory] (query, optional): filter by id(s) of related 'territory'fields[appPrices] (query, optional): the fields to include for returned resources of type appPricesfields[appPricePoints] (query, optional): the fields to include for returned resources of type appPricePointsfields[territories] (query, optional): the fields to include for returned resources of type territorieslimit (query, optional): maximum resources per pageinclude (query, optional): comma-separated list of relationships to includeGET /v1/appPriceSchedules/{id}/relationships/baseTerritorySummary: No summary provided.
GET /v1/appPriceSchedules/{id}/baseTerritorySummary: No summary provided.
Parameters:
fields[territories] (query, optional): the fields to include for returned resources of type territoriesGET /v1/appPriceSchedules/{id}/relationships/manualPricesSummary: No summary provided.
Parameters:
limit (query, optional): maximum resources per pageGET /v1/appPriceSchedules/{id}/manualPricesSummary: No summary provided.
Parameters:
filter[startDate] (query, optional): filter by attribute 'startDate'filter[endDate] (query, optional): filter by attribute 'endDate'filter[territory] (query, optional): filter by id(s) of related 'territory'fields[appPrices] (query, optional): the fields to include for returned resources of type appPricesfields[appPricePoints] (query, optional): the fields to include for returned resources of type appPricePointsfields[territories] (query, optional): the fields to include for returned resources of type territorieslimit (query, optional): maximum resources per pageinclude (query, optional): comma-separated list of relationships to includeUse these endpoints to automate pricing and availability tasks within Apple Store Connect.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin app-store-connect-apiSets territory-specific subscription and IAP pricing in App Store Connect using asc CLI commands for price points, CSV import, availability, and scheduling. Useful for PPP or localized pricing strategies.
Sets territory-specific pricing for subscriptions and IAPs using App Store Connect commands. Use for localized pricing strategies or purchasing power parity adjustments across regions.
Sets territory-specific pricing for subscriptions and IAPs using ASC CLI commands. Use when adjusting prices by country or implementing localized PPP strategies.