CompanyContactRoles
Returns available roles for 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 company to which the role belongs. | |
Id [KEY] | String | A globally-unique ID. | |
Name | String | The name of a role. For example, 'admin' or 'buyer'. | |
Note | String | A note for the role. |