--- title: SellingPlanDeliveryPolicy - Storefront API description: The selling plan delivery policy. api_version: 2026-04 api_name: storefront type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanDeliveryPolicy md: >- https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanDeliveryPolicy.md --- # Selling​Plan​Delivery​Policy union The selling plan delivery policy. ## Fields with this union * [Selling​Plan.deliveryPolicy](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlan#field-SellingPlan.fields.deliveryPolicy) OBJECT Represents deferred or recurring purchase options for [products](https://shopify.dev/docs/api/storefront/current/objects/Product) and [product variants](https://shopify.dev/docs/api/storefront/current/objects/ProductVariant), such as subscriptions, pre-orders, or try-before-you-buy. Each selling plan belongs to a [`SellingPlanGroup`](https://shopify.dev/docs/api/storefront/current/objects/SellingPlanGroup) and defines billing, pricing, inventory, and delivery policies. *** ```graphql union SellingPlanDeliveryPolicy = SellingPlanRecurringDeliveryPolicy ```