Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedDeliveryPolicy
Represents a fixed selling plan delivery policy.
Signature:
export interface SellingPlanFixedDeliveryPolicy
Property | Modifiers | Type | Description |
---|---|---|---|
anchors | Array<SellingPlanAnchor> | The specific anchor dates upon which the delivery interval calculations should be made. | |
cutoff? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) A buffer period for orders to be included in next fulfillment anchor. | |
fulfillmentExactTime? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The date and time when the fulfillment should trigger. | |
fulfillmentTrigger | SellingPlanFulfillmentTrigger | `${SellingPlanFulfillmentTrigger}` | What triggers the fulfillment. The value must be one of ANCHOR, ASAP, EXACT_TIME, or UNKNOWN. | |
intent | SellingPlanFixedDeliveryPolicyIntent | `${SellingPlanFixedDeliveryPolicyIntent}` | 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. | |
preAnchorBehavior | SellingPlanFixedDeliveryPolicyPreAnchorBehavior | `${SellingPlanFixedDeliveryPolicyPreAnchorBehavior}` | 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 . |