---
title: Create or update a response to a customer review
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-customerreviewresponses
---

# Create or update a response to a customer review

Create a response or replace an existing response you wrote to a customer review.

## URL

POST https://api.appstoreconnect.apple.com/v1/customerReviewResponses

## Response Codes

201 Created: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 409 Conflict: The provided resource data isn’t valid. 422 : 429 :

## Discussion

Discussion Use this endpoint to create a response to a customer review and publish it in the App Store. If a response already exists, this endpoint updates the response by overwriting it. Responses don’t appear in the App Store instantly. Allow some time for the App Store to publish the response.

## HTTP Body

The request body of the customer review response.

## See Also

### Creating, Updating, and Deleting Review Responses

- [Delete a response to a customer review](appstoreconnectapi/delete-v1-customerreviewresponses-_id_.md)
