# Update a retailer product attribute value **PATCH /api/rest/v1/retailer/products/{code}/attribute/{attribute_code}** This endpoint allows you to update an attribute value for a retailer product. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ### Path parameters - **code** (string) Code of the resource - **attribute_code** (string) Code of the attribute ### Body: application/json (object) - **identifier** (string) Child product identifier, i.e. child sku. A unique value to reference a single product. - **values** (object) Product attributes values, i.e., 'price', 'quantity', 'special_price', 'special_price_from_date', 'special_price_to_date' ## Responses ### 200 Created #### Headers - **Location** (string) URI of the created resource ### 422 Unprocessable entity #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error [Powered by Bump.sh](https://bump.sh)