--- title: SellingPlanRecurringDeliveryPolicyInput - GraphQL Admin description: The input fields to create or update a recurring delivery policy. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanRecurringDeliveryPolicyInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanRecurringDeliveryPolicyInput.txt --- # Selling​Plan​Recurring​Delivery​Policy​Input input\_object The input fields to create or update a recurring delivery policy. ## Fields * anchors [\[Selling​Plan​Anchor​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanAnchorInput) The specific anchor dates upon which the delivery interval calculations should be made. * cutoff [Int](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) A buffer period for orders to be included in a cycle. * intent [Selling​Plan​Recurring​Delivery​Policy​Intent](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/SellingPlanRecurringDeliveryPolicyIntent) Intention of this delivery policy, it can be either: delivery or fulfillment. * interval [Selling​Plan​Interval](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/SellingPlanInterval) The delivery frequency, it can be either: day, week, month or year. * interval​Count [Int](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) The number of intervals between deliveries. * pre​Anchor​Behavior [Selling​Plan​Recurring​Delivery​Policy​Pre​Anchor​Behavior](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/SellingPlanRecurringDeliveryPolicyPreAnchorBehavior) The pre-anchor behavior. It can be either: asap or next. *** ## Input objects using this input * [Selling​Plan​Delivery​Policy​Input.​recurring](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanDeliveryPolicyInput#field-recurring) INPUT OBJECT The input fields that are required to create or update a delivery policy. *** ## Map ### Input objects using this input * [Selling​Plan​Delivery​Policy​Input.recurring](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SellingPlanDeliveryPolicyInput#field-recurring)