Return the stock details of a specific product
Path parameters
-
The SKU of the product
GET /product/stock/{sku}
curl \
-X GET https://dealers.api.rg-racing.com/product/stock/{sku}
Response examples (200)
{
"sku": "string",
"count": 42,
"error": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (401)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (429)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}