GitHub

ShopifySellingPlanMetafieldArgs

Type

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

Represents deferred or recurring purchase options for products and product variants, such as subscriptions, pre-orders, or try-before-you-buy. Each selling plan belongs to a SellingPlanGroup and defines billing, pricing, inventory, and delivery policies.

interface ShopifySellingPlanMetafieldArgs {
  key: string
  namespace: string
}