Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanAnchorType
Represents the anchor type.
Signature:
export declare enum SellingPlanAnchorType
Member | Value | Description |
---|---|---|
Monthday | "MONTHDAY" |
Which day of the month, between 1-31. |
Weekday | "WEEKDAY" |
Which day of the week, between 1-7. |
Yearday | "YEARDAY" |
Which days of the month and year, month between 1-12, and day between 1-31. |