# Create a new retailer product **POST /api/rest/v1/retailer/products** This endpoint allows you to create/update a new product for a retailer. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ### Body: application/json (object) - **identifier** (string) Child product identifier, i.e. child sku. A unique value to reference a single product. - **parent** (string) Product group identifier, i.e. sku. A unique value to reference a group of products with different sizes. - **enabled** (boolean) Whether the product is enable. - **category** (string) Category code in which the product is classified - **values** (object) Product attributes values. Valid global product attribute codes are: 'size', 'color', 'retailer', 'ean'. Valid local product attribute codes are: 'manufacturer_product_number' ,'ean'. - **created** (string(dateTime)) Date of creation - **updated** (string(dateTime)) Date of the last update ## Responses ### 201 Created #### Headers - **Location** (string) URI of the created resource ### 204 No content to return #### Headers - **Location** (string) URI of the updated resource ### 400 Bad request #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 401 Authentication required #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 403 Access forbidden #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 415 Unsupported Media type #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 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)