--- title: SellingPlanDeliveryPolicy - Storefront API description: The selling plan delivery policy. api_version: 2025-01 api_name: storefront type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/unions/sellingplandeliverypolicy md: https://shopify.dev/docs/api/storefront/2025-01/unions/sellingplandeliverypolicy.md --- # Selling​Plan​Delivery​Policy union The selling plan delivery policy. ## Possible types * [Selling​Plan​Recurring​Delivery​Policy](https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanRecurringDeliveryPolicy) OBJECT The recurring delivery policy for the selling plan. * interval [Selling​Plan​Interval!](https://shopify.dev/docs/api/storefront/2025-01/enums/SellingPlanInterval) non-null The delivery frequency, it can be either: day, week, month or year. * interval​Count [Int!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Int) non-null The number of intervals between deliveries. *** ## Fields with this union * [Selling​Plan.deliveryPolicy](https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlan#field-SellingPlan.fields.deliveryPolicy) OBJECT Represents how products and variants can be sold and purchased. *** ```graphql union SellingPlanDeliveryPolicy = SellingPlanRecurringDeliveryPolicy ```