mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #472] [MERGED] Iap offer code generation #551
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#551
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/472
Author: @rudrankriyam
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/iap-offer-code-generation-ad81📝 Commits (4)
df0e5f6feat: add create request types and client methods for IAP offer code custom codes and one-time use codes65d840cfeat: add CLI create subcommands for IAP offer code custom codes and one-time use codes3e94387test: add HTTP client tests and CLI cmdtests for IAP offer code create commands33ce67bfix: harden iap offer code create validation and coverage📊 Changes
5 files changed (+1191 additions, -1 deletions)
View changed files
📝
internal/asc/client_iap_subresources.go(+68 -0)📝
internal/asc/client_iap_subresources_test.go(+345 -0)📝
internal/asc/iap_resources.go(+47 -0)➕
internal/cli/cmdtest/iap_offer_code_code_generation_test.go(+564 -0)📝
internal/cli/iap/offer_code_codes.go(+167 -1)📄 Description
Add creation support for In-App Purchase offer code custom codes and one-time use codes via new CLI commands and client methods.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.