GitHub

ShopifySellingPlanGroupSellingPlansArgs

Type

import { ShopifySellingPlanGroupSellingPlansArgs } from '@daffodil/driver/shopify'

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 SellingPlan objects that share the same selling method and options.

The SellingPlanGroup acts as a container for one or more individual SellingPlan objects, enabling merchants to offer multiple options (like weekly or monthly deliveries) under one, unified category on a product page.

interface ShopifySellingPlanGroupSellingPlansArgs {
  after: string
  before: string
  first: number
  last: number
  reverse: boolean
}