Jobs
Displays job records used to track the status of asynchronous operations such as imports, exports, or bulk edits.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 unique identifier assigned to the asynchronous job when it is created, used to track its execution status. | |
| Done | Bool | Indicates whether the asynchronous job has completed execution or is still queued or in progress. |