ProductOperations
An entity that represents details of an asynchronous operation on a product.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- 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 ID of the ProductOperation to return. | |
| ProductId | String | A globally-unique ID. | |
| Status | String | The status of this operation. |