# Return the stock details of a specific product **GET /product/stock/{sku}** ## Servers - https://dealers.api.rg-racing.com: https://dealers.api.rg-racing.com () ## Parameters ### Path parameters - **sku** (string) The SKU of the product ## Responses ### 200 OK #### Body: application/json (object) - **sku** (string | null) - **count** (integer(int32) | null) - **error** (string | 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)