mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[GH-ISSUE #73] Add Customer Review Responses support #21
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#21
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?
Originally created by @rudrankriyam on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/73
Summary
Add customer review response support (reply, fetch, delete). ASC can list reviews, but cannot respond.
Current State (verified)
Repo contains
reviewslisting only. NocustomerReviewResponsessupport.API Endpoints (App Store Connect OpenAPI)
POST /v1/customerReviewResponsesGET /v1/customerReviewResponses/{id}DELETE /v1/customerReviewResponses/{id}GET /v1/customerReviews/{id}GET /v1/customerReviews/{id}/responseProposed CLI
Implementation Plan
internal/asc/reviews_responses.gocmd/reviews_responses.goreviewswithrespondandresponsesubcommands.Acceptance Criteria