Selling Plan Group
Requires access scope.
A selling method that defines how products can be sold through purchase options like subscriptions, pre-orders, or try-before-you-buy. Groups one or more objects that share the same selling method and options.
The acts as a container for one or more individual objects, enabling merchants to offer multiple options (like weekly or monthly deliveries) under one, unified category on a product page.
Anchor to FieldsFields
- appName (String)
- name (String!)
- options ([SellingPlanGroupOption!]!)
- sellingPlans (SellingPlanConnection!)
- Anchor to appNameapp•String
Name A display friendly name for the app that created the selling plan group.
- Anchor to namename•String!non-null
The name of the selling plan group.
- Anchor to optionsoptions•[Selling
Plan Group Option!]! non-null 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.
- Anchor to sellingPlansselling•Selling
Plans Plan Connection! non-null A list of selling plans in a selling plan group. A selling plan is a representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.
- Anchor to firstfirst•Int
Returns up to the first
nelements from the list.- Anchor to afterafter•String
Returns the elements that come after the specified cursor.
- Anchor to lastlast•Int
Returns up to the last
nelements from the list.- Anchor to beforebefore•String
Returns the elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments