CustomerSegmentMembersQueries
Returns the status of a customer segment members query.
View-Specific Information
Select
The provider uses the Shopify API to process WHERE clause conditions built with the following column and operators. The provider processes other filters client-side within the provider.
- Id supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM CustomerSegmentMembersQueries WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The ID of the CustomerSegmentMembersQuery to return. | |
| Done | Bool | Whether the query has finished processing. | |
| CurrentCount | Int | The current count of segment members matching the query. |