Jobs
Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The component processes other filters client-side within the component.
- Id supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM Jobs
SELECT * FROM Jobs WHERE Id = 'Val1'
Columns
Name | Type | References | Description |
Id [KEY] | String | A globally-unique ID that's returned when running an asynchronous mutation. | |
Done | Bool | This indicates if the job is still queued or has been run. |