SellingPlanRecurringDeliveryPolicy object
Represents a recurring selling plan delivery policy.
Required access
Requires access to either all or app-owned selling plans.
On this page
Fields
- anchors (
[[SellingPlanAnchor!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplananchor)
)
Specific anchor dates upon which the delivery interval calculations should be made. - createdAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the selling plan delivery policy was created. - 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)
)
Specifies if 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 (
[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)
)
Fulfillment or delivery behavior of the first fulfillment when the order is placed before the anchor. The default value for this field isASAP
.