Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRecurringDeliveryPolicy
Represents a recurring selling plan delivery policy.
Signature:
export interface SellingPlanRecurringDeliveryPolicy
Property | Modifiers | Type | Description |
---|---|---|---|
anchors | Array<SellingPlanAnchor> | The specific anchor dates upon which the delivery interval calculations should be made. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the selling plan delivery policy was created. | |
cutoff? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) Number of days which represent a buffer period for orders to be included in a cycle. | |
intent | 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 | SellingPlanInterval | `${SellingPlanInterval}` | The delivery frequency, it can be either: day, week, month or year. | |
intervalCount | Scalars[‘Int’][‘output’] | The number of intervals between deliveries. | |
preAnchorBehavior | 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 . |