Jobs
Returns job status by Id for asynchronous operations and internal tasks.
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.
- Id supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM Jobs WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique ID returned when an asynchronous mutation is run. | |
| Done | Bool | Indicates whether the job has finished running or is still in the queue. |