ProductOperations
Tracks background operations performed on products, such as imports 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 ProductOperations WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the product operation record being referenced or returned. | |
| ProductId | String | The globally unique identifier of the product associated with this operation. | |
| Status | String | Indicates the current state of the product operation, such as 'pending', 'in_progress', 'completed', or 'failed'. |