Create Scheduled Job
Schedules a new job to modify item status, price, tags, categories, or collections at a specified future date. Supports products, tags, images, prices, and variants.
Authorizations
Management API token, sent as Authorization: Bearer <token>.
Body
Scheduling data
Execute at is the date when the product should change date. This date need to follow the format YYYY-MM-DD
product, tag, image, price, variant Market ID for market status change. Only used when item_type is product
Target market status. Only used when item_type is product
active, inactive, draft, archived Used to change if a price is on sale on a specific date. Only used when item_type is price
Used to change the price on a specific date. Only used when item_type is price
Used to change the sale price on a specific date. Only used when item_type is price
Used to set the start sale timestamp on a specific date. Only used when item_type is price. Expects RFC3339 format.
active, inactive, archived, draft Used to set the stop sale timestamp on a specific date. Only used when item_type is price. Expects RFC3339 format.
Store group ID for market status change. Only used when item_type is product