mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #290] [MERGED] Add merchant IDs CLI support #414
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#414
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/290
Author: @rudrankriyam
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/merchant-ids📝 Commits (2)
d2e34cfAdd merchant IDs support for managing payment identifiers.c5f310eAdd pass type IDs and expand merchant options.📊 Changes
25 files changed (+3615 additions, -0 deletions)
View changed files
📝
internal/asc/client_http_test.go(+518 -0)➕
internal/asc/client_merchant_ids.go(+192 -0)📝
internal/asc/client_options.go(+352 -0)📝
internal/asc/client_pagination.go(+6 -0)➕
internal/asc/client_pass_type_ids.go(+193 -0)📝
internal/asc/client_queries.go(+140 -0)📝
internal/asc/client_test.go(+196 -0)📝
internal/asc/client_types.go(+2 -0)➕
internal/asc/merchant_ids.go(+50 -0)📝
internal/asc/output_core.go(+24 -0)➕
internal/asc/output_merchant_ids.go(+56 -0)➕
internal/asc/output_merchant_ids_test.go(+86 -0)➕
internal/asc/output_pass_type_ids.go(+56 -0)➕
internal/asc/output_pass_type_ids_test.go(+86 -0)➕
internal/asc/pass_type_ids.go(+50 -0)➕
internal/cli/cmdtest/merchant_ids_test.go(+88 -0)➕
internal/cli/merchantids/commands.go(+8 -0)➕
internal/cli/merchantids/merchant_ids.go(+475 -0)➕
internal/cli/merchantids/merchant_ids_certificates.go(+235 -0)➕
internal/cli/merchantids/shared_wrappers.go(+42 -0)...and 5 more files
📄 Description
Summary
Test plan
Fixes #247
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.