selling_ plan_ group_ option
Information about a specific option in a selling plan group.
Properties
The option value of the currently selected selling plan.
If no selling plan is currently selected, then
nil
is returned.NoteThe selected selling plan is determined by the
URL parameter.
{
"name": "Delivery frequency",
"position": 1,
"selected_value": null,
"values": [
"Deliver every week",
"Deliver every 4 weeks"
]
}
Example
{
"name": "Delivery frequency",
"position": 1,
"selected_value": null,
"values": [
"Deliver every week",
"Deliver every 4 weeks"
]
}
Was this section helpful?