# SellingPlanAnchorInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields required to create or update a selling plan anchor.

### Access Scopes



## Fields
* [cutoffDay](/docs/api/admin/2025-01/scalars/Int): Int - The cutoff day of the anchor.

If `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets
the days of the week according to ISO 8601, where 1 is Monday.

If `type` is MONTHDAY, then the value must be between 1-31.

If `type` is YEARDAY, then the value must be `null`.

This field should only be set if the cutoff field for the delivery policy is `null`.
* [day](/docs/api/admin/2025-01/scalars/Int): Int - The day of the anchor.

If `type` is WEEKDAY, then the value must be between 1-7. Shopify interprets
the days of the week according to ISO 8601, where 1 is Monday.

If `type` isn't WEEKDAY, then the value must be between 1-31.
* [month](/docs/api/admin/2025-01/scalars/Int): Int - The month of the anchor. If type is different than YEARDAY, then the value must
be `null` or between 1-12.
* [type](/docs/api/admin/2025-01/enums/SellingPlanAnchorType): SellingPlanAnchorType - Represents the anchor type, must be one of WEEKDAY, MONTHDAY, YEARDAY.


## Input objects with this input object
* [SellingPlanFixedDeliveryPolicyInput](/docs/api/admin/2025-01/input-objects/SellingPlanFixedDeliveryPolicyInput)
* [SellingPlanRecurringBillingPolicyInput](/docs/api/admin/2025-01/input-objects/SellingPlanRecurringBillingPolicyInput)
* [SellingPlanRecurringDeliveryPolicyInput](/docs/api/admin/2025-01/input-objects/SellingPlanRecurringDeliveryPolicyInput)
* [SubscriptionBillingPolicyInput](/docs/api/admin/2025-01/input-objects/SubscriptionBillingPolicyInput)
* [SubscriptionDeliveryPolicyInput](/docs/api/admin/2025-01/input-objects/SubscriptionDeliveryPolicyInput)


## Examples