[PR #411] [MERGED] Iap offer code parity #508

Closed
opened 2026-02-26 22:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/411
Author: @rudrankriyam
Created: 2/2/2026
Status: Merged
Merged: 2/2/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/iap-offer-code-parity-2e41


📝 Commits (1)

  • 3f6fdeb Add IAP offer code prices and base territory CLI

📊 Changes

10 files changed (+468 additions, -17 deletions)

View changed files

📝 internal/asc/client_iap_subresources_test.go (+52 -0)
📝 internal/asc/client_pagination.go (+4 -0)
📝 internal/asc/iap_output.go (+45 -0)
📝 internal/asc/output_core.go (+8 -0)
📝 internal/asc/output_test.go (+130 -6)
📝 internal/cli/cmdtest/commands_test.go (+16 -1)
internal/cli/iap/offer_code_prices.go (+89 -0)
📝 internal/cli/iap/offer_codes.go (+1 -0)
📝 internal/cli/iap/price_schedules.go (+44 -0)
📝 internal/cli/subscriptions/offer_codes.go (+79 -10)

📄 Description

Adds CLI commands for iap offer-codes prices and iap price-schedules base-territory, and introduces subscriptions offer-codes one-time-codes get to expand App Store Connect API coverage.

The subscriptions offer-codes one-time-codes command has been refactored from a direct listing command to a subcommand group, now including list and get operations for better organization and future extensibility.


Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/411 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/iap-offer-code-parity-2e41` --- ### 📝 Commits (1) - [`3f6fdeb`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/3f6fdebc7d56815de19842f9eb2410692d2c4768) Add IAP offer code prices and base territory CLI ### 📊 Changes **10 files changed** (+468 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/client_iap_subresources_test.go` (+52 -0) 📝 `internal/asc/client_pagination.go` (+4 -0) 📝 `internal/asc/iap_output.go` (+45 -0) 📝 `internal/asc/output_core.go` (+8 -0) 📝 `internal/asc/output_test.go` (+130 -6) 📝 `internal/cli/cmdtest/commands_test.go` (+16 -1) ➕ `internal/cli/iap/offer_code_prices.go` (+89 -0) 📝 `internal/cli/iap/offer_codes.go` (+1 -0) 📝 `internal/cli/iap/price_schedules.go` (+44 -0) 📝 `internal/cli/subscriptions/offer_codes.go` (+79 -10) </details> ### 📄 Description Adds CLI commands for `iap offer-codes prices` and `iap price-schedules base-territory`, and introduces `subscriptions offer-codes one-time-codes get` to expand App Store Connect API coverage. The `subscriptions offer-codes one-time-codes` command has been refactored from a direct listing command to a subcommand group, now including `list` and `get` operations for better organization and future extensibility. --- <a href="https://cursor.com/background-agent?bcId=bc-071ccab3-4c95-4a00-bcf6-62d4701056ad"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-071ccab3-4c95-4a00-bcf6-62d4701056ad"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#508
No description provided.