CompanyContactRoles
Lists available role definitions for company contacts, including role names and associated privileges.
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.
- CompanyId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM CompanyContactRoles WHERE CompanyId = 'Val1'
Columns
| Name | Type | References | Description |
| CompanyId | String | The unique identifier of the company that owns or defines this contact role. | |
| Id [KEY] | String | A unique identifier for the company contact role record. | |
| Name | String | The name of the role assigned to company contacts, such as 'Admin', 'Buyer', or 'Manager'. | |
| Note | String | An optional note providing additional details or context about the role's purpose or permissions. |