AddProductsProductOption
| Field | Type | Required | Description |
|---|---|---|---|
type |
string |
yes | one of: select, text |
id |
string |
yes | Id of the property, to which the selection belongs to. |
value |
string |
yes | Content depends on the property type. It’s either the value-id of a selected property value for options or the text that was entered for inputs. |
Example
Section titled “Example”{ "type": "text", "id": "01-input-field.greeting-card-text", "value": "Happy Birthday, dad!"}
