--- title: SellingPlanRecurringDeliveryPolicy - Storefront API description: The recurring delivery policy for the selling plan. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanRecurringDeliveryPolicy md: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanRecurringDeliveryPolicy.md --- # Selling​Plan​Recurring​Delivery​Policy object The recurring delivery policy for the selling plan. ## Fields * 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. *** ## Map ### Possible type in * [Selling​Plan​Delivery​Policy](https://shopify.dev/docs/api/storefront/2025-01/unions/SellingPlanDeliveryPolicy)