Body

array[string] array[string]

Body

array[string] array[string]

Body

array[string] array[string]

Responses

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"
Request examples
[
  "string"
]
Request examples
[
  "string"
]
Request examples
[
  "string"
]
Response examples (200)
[
  {
    "sku": "string",
    "count": 42,
    "error": "string"
  }
]
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
}