stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanAnchor > cutoffDay

AdminTypes.SellingPlanAnchor.cutoffDay property

The cutoff day for 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.

Signature:

cutoffDay?: Maybe<Scalars['Int']['output']>;