---
title: SellingPlanOption - Storefront API
description: An option provided by a Selling Plan.
api_version: 2026-04
api_name: storefront
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanOption'
  md: 'https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanOption.md'
---

# Selling​Plan​Option

object

Requires `unauthenticated_read_selling_plans` access scope.

An option provided by a Selling Plan.

## Fields

* name

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The name of the option (ie "Delivery every").

* value

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The value of the option (ie "Month").

***

## Map

### Fields with this object

* [SellingPlan.options](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlan#field-SellingPlan.fields.options)
