--- title: SellingPlanDeliveryPolicy - Storefront API description: The selling plan delivery policy. api_version: 2024-10 api_name: storefront type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/unions/SellingPlanDeliveryPolicy md: >- https://shopify.dev/docs/api/storefront/2024-10/unions/SellingPlanDeliveryPolicy.txt --- # Selling​Plan​Delivery​Policy union The selling plan delivery policy. ## Possible types * [Selling​Plan​Recurring​Delivery​Policy](https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlanRecurringDeliveryPolicy) OBJECT The recurring delivery policy for the selling plan. * interval [Selling​Plan​Interval!](https://shopify.dev/docs/api/storefront/2024-10/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/2024-10/scalars/Int) non-null The number of intervals between deliveries. *** ## Fields with this union * [Selling​Plan.​delivery​Policy](https://shopify.dev/docs/api/storefront/2024-10/objects/SellingPlan#field-deliveryPolicy) OBJECT Represents how products and variants can be sold and purchased. *** ```graphql union SellingPlanDeliveryPolicy = SellingPlanRecurringDeliveryPolicy ```