Skala
Stock variant custom fields

Update a stock variant custom field

Partially updates specific fields of an existing stock variant custom field without affecting the rest of the data.

PATCH
/api/stock_variant_custom_fields/{id}

Partially updates specific fields of an existing stock variant custom field without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockVariantCustomFields identifier

Request Body

application/merge-patch+json

The updated StockVariantCustomFields resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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