# SellingPlanGroup - storefront - OBJECT Version: 2024-10 ## Description Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans. ### Access Scopes `unauthenticated_read_selling_plans` access scope. ## Fields * [appName](/docs/api/storefront/2024-10/scalars/String): String - A display friendly name for the app that created the selling plan group. * [name](/docs/api/storefront/2024-10/scalars/String): String! - The name of the selling plan group. * [options](/docs/api/storefront/2024-10/objects/SellingPlanGroupOption): SellingPlanGroupOption! - Represents the selling plan options available in the drop-down list in the storefront. For example, 'Delivery every week' or 'Delivery every 2 weeks' specifies the delivery frequency options for the product. ## Connections * [sellingPlans](/docs/api/storefront/2024-10/connections/SellingPlanConnection): SellingPlanConnection! ## Related queries ## Related mutations ## Related Unions ## Examples