# Return the stock details of an array specific products by SKU **POST /product/bulkstock** ## Servers - https://dealers.api.rg-racing.com: https://dealers.api.rg-racing.com () ## Parameters ### Body: application/json (array[string]) array[string] ## Responses ### 200 OK #### Body: application/json (array[object]) - **sku** (string | null) - **count** (integer(int32) | null) - **error** (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)