# SellingPlanRecurringDeliveryPolicy - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a recurring selling plan delivery policy. ### Access Scopes `read_products` access scope. ## Fields * [anchors](/docs/api/admin-graphql/2024-10/objects/SellingPlanAnchor): SellingPlanAnchor! - The specific anchor dates upon which the delivery interval calculations should be made. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the selling plan delivery policy was created. * [cutoff](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Number of days which represent a buffer period for orders to be included in a cycle. * [intent](/docs/api/admin-graphql/2024-10/enums/SellingPlanRecurringDeliveryPolicyIntent): SellingPlanRecurringDeliveryPolicyIntent! - Whether the delivery policy is merchant or buyer-centric. Buyer-centric delivery policies state the time when the buyer will receive the goods. Merchant-centric delivery policies state the time when the fulfillment should be started. Currently, only merchant-centric delivery policies are supported. * [interval](/docs/api/admin-graphql/2024-10/enums/SellingPlanInterval): SellingPlanInterval! - The delivery frequency, it can be either: day, week, month or year. * [intervalCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The number of intervals between deliveries. * [preAnchorBehavior](/docs/api/admin-graphql/2024-10/enums/SellingPlanRecurringDeliveryPolicyPreAnchorBehavior): SellingPlanRecurringDeliveryPolicyPreAnchorBehavior! - The fulfillment or delivery behavior of the first fulfillment when the order is placed before the anchor. The default value for this field is `ASAP`. ## Connections ## Related queries ## Related mutations ## Related Unions * [SellingPlanDeliveryPolicy](/docs/api/admin-graphql/2024-10/unions/SellingPlanDeliveryPolicy) Represents the delivery frequency associated to the selling plan (for example, deliver every month, or deliver every other week). The selling plan delivery policy and associated records (selling plan groups, selling plans, pricing policies, and billing policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. ## Examples