Skala
Stock variant custom fields

Get stock variant custom field details

Retrieves the specific details of a single stock variant custom field using its unique identifier.

GET
/api/stock_variant_custom_fields/{id}

Retrieves the specific details of a single stock variant custom field using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockVariantCustomFields identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/stock_variant_custom_fields/string"
{
  "id": 0,
  "collection": "/entity/1",
  "field": "/entity/1",
  "variant": "/entity/1",
  "value": "string"
}
Empty