# SellingPlanFixedDeliveryPolicyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create or update a fixed delivery policy. ### Access Scopes ## Fields * [anchors](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanAnchorInput): SellingPlanAnchorInput - The specific anchor dates upon which the delivery interval calculations should be made. * [cutoff](/docs/api/admin-graphql/2024-10/scalars/Int): Int - A buffer period for orders to be included in a cycle. * [fulfillmentExactTime](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the fulfillment should trigger. * [fulfillmentTrigger](/docs/api/admin-graphql/2024-10/enums/SellingPlanFulfillmentTrigger): SellingPlanFulfillmentTrigger - What triggers the fulfillment. * [intent](/docs/api/admin-graphql/2024-10/enums/SellingPlanFixedDeliveryPolicyIntent): SellingPlanFixedDeliveryPolicyIntent - Whether the delivery policy is merchant or buyer-centric. * [preAnchorBehavior](/docs/api/admin-graphql/2024-10/enums/SellingPlanFixedDeliveryPolicyPreAnchorBehavior): SellingPlanFixedDeliveryPolicyPreAnchorBehavior - The pre-anchor behavior. ## Input objects with this input object * [SellingPlanDeliveryPolicyInput](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanDeliveryPolicyInput) ## Examples