# Return the details of a specific product **GET /product/get/{sku}** ## Servers - https://dealers.api.rg-racing.com: https://dealers.api.rg-racing.com () ## Parameters ### Path parameters - **sku** (string) The SKU of the product ### Query parameters - **includeExtendedProperties** (boolean) If true, additional product details including prices, stock details, additional fields and additional images will be returned. ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer(int32)) - **sku** (string | null) - **name** (string | null) - **category** (object) - **images** (array[string] | null) - **productType** (string | null) - **brand** (string | null) - **briefDescription** (string | null) - **fullDescription** (string | null) - **fittingInstructions** (string | null) - **fittingInstructionsQR** (string | null) - **coversheet** (string | null) - **selectedOptions** (array[object] | null) - **additionalFields** (array[object] | null) - **dateCreated** (string(date-time)) - **dateModified** (string(date-time)) - **ean** (string | null) - **sitePrice** (number(double)) - **weight** (number(double) | null) - **stock** (object) - **dealerPriceGBP** (number(double) | null) - **dealerPriceUSD** (number(double) | null) - **dealerPriceEUR** (number(double) | null) - **bikes** (array[object] | null) ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 429 Too Many Requests #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)