SellingPlanAnchorInput input object
Specifies the input fields required to create or update a selling plan anchor.
Input fields
-
day (
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
is not WEEKDAY, then the value must be between 1-31. -
month (
Int
)The month of the anchor. If type is different than YEARDAY, this field must be null, otherwise it must be between 1-12.
-
type (
SellingPlanAnchorType
)Represents the anchor type, must be one of WEEKDAY, MONTHDAY, YEARDAY.
Specifies the input fields required to create or update a selling plan anchor.
Input fields
-
day (
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
is not WEEKDAY, then the value must be between 1-31. -
month (
Int
)The month of the anchor. If type is different than YEARDAY, this field must be null, otherwise it must be between 1-12.
-
type (
SellingPlanAnchorType
)Represents the anchor type, must be one of WEEKDAY, MONTHDAY, YEARDAY.
Specifies the input fields required to create or update a selling plan anchor.
Input fields
-
day (
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
is not WEEKDAY, then the value must be between 1-31. -
month (
Int
)The month of the anchor. If type is different than YEARDAY, this field must be null, otherwise it must be between 1-12.
-
type (
SellingPlanAnchorType
)Represents the anchor type, must be one of WEEKDAY, MONTHDAY, YEARDAY.