Skala
Stock variant option values

Update a stock variant option value

Partially updates specific fields of an existing stock variant option value without affecting the rest of the data.

PATCH
/api/stock_variant_option_values/{id}

Partially updates specific fields of an existing stock variant option value without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockVariantOptionValue identifier

Request Body

application/merge-patch+json

The updated StockVariantOptionValue resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.skalasuite.com/api/stock_variant_option_values/string" \  -H "Content-Type: application/merge-patch+json" \  -d ''
{
  "id": 0,
  "name": "string",
  "variantOption": "/entity/1"
}
Empty
Empty
Empty