mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #337] [MERGED] Product pages keywords media sets #448
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#448
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/337
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/product-pages-keywords-media-sets-0c04📝 Commits (2)
cad3727test: cover product page keywords and sets34511e1feat: add product page localization keywords📊 Changes
10 files changed (+972 additions, -1 deletions)
View changed files
📝
internal/asc/client_product_pages.go(+128 -0)📝
internal/asc/client_product_pages_test.go(+163 -0)📝
internal/asc/client_types.go(+1 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/asc/output_product_pages.go(+18 -0)📝
internal/asc/output_product_pages_test.go(+162 -0)📝
internal/cli/cmdtest/product_pages_test.go(+147 -0)➕
internal/cli/productpages/custom_page_localization_media_sets.go(+143 -0)➕
internal/cli/productpages/custom_page_localization_search_keywords.go(+200 -0)📝
internal/cli/productpages/custom_page_localizations.go(+6 -1)📄 Description
Add support for managing search keywords and listing media sets for custom product page localizations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.