# SellingPlanFixedDeliveryPolicyInput - admin - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [anchors](/docs/api/admin/2025-01/input-objects/SellingPlanAnchorInput): SellingPlanAnchorInput - The specific anchor dates upon which the delivery interval calculations should be made.
* [cutoff](/docs/api/admin/2025-01/scalars/Int): Int - A buffer period for orders to be included in a cycle.
* [fulfillmentExactTime](/docs/api/admin/2025-01/scalars/DateTime): DateTime - The date and time when the fulfillment should trigger.
* [fulfillmentTrigger](/docs/api/admin/2025-01/enums/SellingPlanFulfillmentTrigger): SellingPlanFulfillmentTrigger - What triggers the fulfillment.
* [intent](/docs/api/admin/2025-01/enums/SellingPlanFixedDeliveryPolicyIntent): SellingPlanFixedDeliveryPolicyIntent - Whether the delivery policy is merchant or buyer-centric.
* [preAnchorBehavior](/docs/api/admin/2025-01/enums/SellingPlanFixedDeliveryPolicyPreAnchorBehavior): SellingPlanFixedDeliveryPolicyPreAnchorBehavior - The pre-anchor behavior.


## Input objects with this input object
* [SellingPlanDeliveryPolicyInput](/docs/api/admin/2025-01/input-objects/SellingPlanDeliveryPolicyInput)


## Examples