MCP Server for Shopify

Build 25.0.9440

CompanyContactRoles

Returns available roles for company contacts.

View-Specific Information

Select

The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.

  • 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440