# Get a retailer product **GET /api/rest/v1/retailer/products/{code}** This endpoint allows you to get the information about a given retailer product. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ### Path parameters - **code** (string) Code of the resource ## Responses ### 200 OK #### 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 ### 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 ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 406 Not Acceptable #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error [Powered by Bump.sh](https://bump.sh)