stack

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

AdminTypes.SellingPlanRecurringDeliveryPolicyInput interface

The input fields to create or update a recurring delivery policy.

Signature:

export interface SellingPlanRecurringDeliveryPolicyInput 

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.
intent?   InputMaybe<SellingPlanRecurringDeliveryPolicyIntent | `${SellingPlanRecurringDeliveryPolicyIntent}`> (Optional) Intention of this delivery policy, it can be either: delivery or fulfillment.
interval?   InputMaybe<SellingPlanInterval | `${SellingPlanInterval}`> (Optional) The delivery frequency, it can be either: day, week, month or year.
intervalCount?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional) The number of intervals between deliveries.
preAnchorBehavior?   InputMaybe<SellingPlanRecurringDeliveryPolicyPreAnchorBehavior | `${SellingPlanRecurringDeliveryPolicyPreAnchorBehavior}`> (Optional) The pre-anchor behavior. It can be either: asap or next.