Body
array[string]
array[string]
curl \
-X POST https://dealers.api.rg-racing.com/product/bulkstock \
-H "Content-Type: application/json" \
-d '["string"]'
curl \
-X POST https://dealers.api.rg-racing.com/product/bulkstock \
-H "Content-Type: text/json"
curl \
-X POST https://dealers.api.rg-racing.com/product/bulkstock \
-H "Content-Type: application/*+json"
[
"string"
]
[
"string"
]
[
"string"
]
[
{
"sku": "string",
"count": 42,
"error": "string"
}
]
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}