AddProductsProductProperty
| Field | Type | Required | Description |
|---|---|---|---|
type |
string |
yes | one of: option, input |
id |
string |
yes | ID of the property to which the selection belongs. |
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": "input", "id": "01-input-field.greeting-card-text", "value": "Happy Birthday, dad!"}
