Skip to main content

selling_plan_option

Information about a selling plan's value for a specific selling_plan_group_option.

To learn about how to support selling plans in your theme, refer to Purchase options.

Properties

The name of the associated selling_plan_group_option.

The 1-based index of the selling plan option in the associated selling_plan_group.options array.

The value of the selling plan option.

The value is one of the selling_plan_group_option.values.

{
"name": "1 Week(s), 4 Week(s)",
"position": 1,
"value": "1 Week(s)"
}
Was this section helpful?