CustomVariableLineItemDto
descriptionstringRequired
A detailed description of what this custom variable represents.
idFlakeIdRequired
identifierstringRequired
The identifier used to reference this custom variable (e.g., "color", "size").
namestringRequired
The display name of the custom variable shown to users.
priceintegerRequired
The price associated with this custom variable in the smallest currency unit (e.g., cents).
valuestringRequired
The selected value for this custom variable.
Example
{
"description": "string",
"id": "411486491630370816",
"identifier": "string",
"name": "string",
"price": 0,
"value": "string"
}