Stock variant options
Get stock variant option details
Retrieves the specific details of a single stock variant option using its unique identifier.
Retrieves the specific details of a single stock variant option using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StockVariantOption identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/stock_variant_options/string"{
"id": 0,
"name": "string",
"stock": "/entity/1",
"optionValues": [
{
"id": 0,
"name": "string",
"variantOption": {}
}
]
}Empty
