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.
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
