stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedDeliveryPolicyInput

AdminTypes.SellingPlanFixedDeliveryPolicyInput interface

The input fields required to create or update a fixed delivery policy.

Signature:

export interface SellingPlanFixedDeliveryPolicyInput 

Properties

Property Modifiers Type Description
anchors?   InputMaybe<Array<SellingPlanAnchorInput>> (Optional) The specific anchor dates upon which the delivery interval calculations should be made.
cutoff?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional) A buffer period for orders to be included in a cycle.
fulfillmentExactTime?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) The date and time when the fulfillment should trigger.
fulfillmentTrigger?   InputMaybe<SellingPlanFulfillmentTrigger | `${SellingPlanFulfillmentTrigger}`> (Optional) What triggers the fulfillment.
intent?   InputMaybe<SellingPlanFixedDeliveryPolicyIntent | `${SellingPlanFixedDeliveryPolicyIntent}`> (Optional) Whether the delivery policy is merchant or buyer-centric.
preAnchorBehavior?   InputMaybe<SellingPlanFixedDeliveryPolicyPreAnchorBehavior | `${SellingPlanFixedDeliveryPolicyPreAnchorBehavior}`> (Optional) The pre-anchor behavior.