Skala
Stock variant option values

Get stock variant option value details

Retrieves the specific details of a single stock variant option value using its unique identifier.

GET
/api/stock_variant_option_values/{id}

Retrieves the specific details of a single stock variant option value using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockVariantOptionValue identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/stock_variant_option_values/string"
{
  "id": 0,
  "name": "string",
  "variantOption": "/entity/1"
}
Empty