Retrieves all scheduled jobs associated with a specific item (product, tag, image, price, or variant). Returns all pending jobs for the item.
A valid request URL is required to generate request examples
{ "data": [ { "add_category_names": [ "<string>" ], "add_collection_names": [ "<string>" ], "add_tag_names": [ "<string>" ], "execute_at": "<string>", "finished_at": "<string>", "id": "<string>", "item_id": "<string>", "item_name": "<string>", "item_type": "<string>", "remove_category_names": [ "<string>" ], "remove_collection_names": [ "<string>" ], "remove_tag_names": [ "<string>" ], "to_amount_cents_with_tax": 123, "to_market_id": "<string>", "to_market_status": "<string>", "to_on_sale": true, "to_sale_amount_cents_with_tax": 123, "to_status": "<string>", "to_store_group_id": "<string>" } ], "success": true, "total": 123, "total_pages": 123 }
App slug
Team slug
Item ID. e.g product UUID
Job is scheduled
Show child attributes