Stock variant custom fields
Create a new stock variant custom field
Adds a new stock variant custom field record to the database.
Adds a new stock variant custom field record to the database.
AuthorizationBearer <token>
In: header
Request Body
application/json
The new StockVariantCustomFields resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.skalasuite.com/api/stock_variant_custom_fields" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"collection": "/entity/1",
"field": "/entity/1",
"variant": "/entity/1",
"value": "string"
}Empty
Empty
