CompanyContactRoles
Lists available roles that can be assigned to company contacts.
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.
- 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 globally unique identifier of the company that the role belongs to. | |
| Id [KEY] | String | The globally unique identifier of the company contact role. | |
| Name | String | The name of the role, such as 'admin' or 'buyer'. | |
| Note | String | A note associated with the role. |