Stock variant option values
Replace a stock variant option value
Completely replaces the data of an existing stock variant option value with the provided payload.
Completely replaces the data of an existing stock variant option value with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StockVariantOptionValue identifier
Request Body
application/json
The updated StockVariantOptionValue resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/stock_variant_option_values/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"name": "string",
"variantOption": "/entity/1"
}Empty
Empty
Empty
