mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #360] [MERGED] Per-territory pricing commands #469
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/360
Author: @rudrankriyam
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/per-territory-pricing-commands-9eff📝 Commits (1)
130e962Add per-territory pricing commands📊 Changes
18 files changed (+904 additions, -26 deletions)
View changed files
📝
internal/asc/client_http_test.go(+4 -4)📝
internal/asc/client_iap_subresources_test.go(+60 -0)📝
internal/asc/client_pagination.go(+6 -0)📝
internal/asc/client_subscription_resources.go(+29 -0)📝
internal/asc/client_subscriptions.go(+35 -17)📝
internal/asc/iap_output.go(+63 -0)📝
internal/asc/iap_output_test.go(+57 -0)📝
internal/asc/iap_queries.go(+12 -0)📝
internal/asc/output_core.go(+12 -0)📝
internal/asc/subscription_resources_queries.go(+31 -0)📝
internal/asc/subscriptions.go(+1 -0)📝
internal/asc/subscriptions_output.go(+81 -0)➕
internal/asc/subscriptions_output_test.go(+85 -0)📝
internal/asc/subscriptions_resources_http_test.go(+52 -0)📝
internal/cli/cmdtest/commands_test.go(+30 -0)📝
internal/cli/iap/price_points.go(+52 -1)📝
internal/cli/iap/price_schedules.go(+156 -1)📝
internal/cli/subscriptions/subscriptions.go(+138 -3)📄 Description
Implement subscription pricing commands (add with
--territory, list, delete) and enhance IAP pricing commands (territory filtering, price equalizations, manual/automatic price listings) as requested.The changes introduce new CLI commands and client-side logic to manage subscription and in-app purchase pricing, including territory-specific pricing, listing existing prices, and deleting them, fulfilling a feature request to expand pricing management capabilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.