SellingPlanRecurringDeliveryPolicyInput input object

Specifies the input fields to create or update a recurring delivery policy.

Input fields

  • anchors ([[SellingPlanAnchorInput!]](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplananchorinput))
    Specific anchor dates upon which the delivery interval calculations should be made.
  • cutoff ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    A buffer period for orders to be included in a cycle.
  • intent ([SellingPlanRecurringDeliveryPolicyIntent](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanrecurringdeliverypolicyintent))
    Intention of this delivery policy, it can be either: delivery or fulfillment.
  • interval ([SellingPlanInterval](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplaninterval))
    The delivery frequency, it can be either: day, week, month or year.
  • intervalCount ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The number of intervals between deliveries.
  • preAnchorBehavior ([SellingPlanRecurringDeliveryPolicyPreAnchorBehavior](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplanrecurringdeliverypolicypreanchorbehavior))
    The pre anchor behavior. It can be either: asap or next.