JDBC Driver for Shopify

Build 24.0.9187

CompanyContactRoleAssignments

Returns role assignments.

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

  • CompanyContactId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM CompanyContactRoleAssignments WHERE CompanyContactId = 'Val1'

Insert

The following columns can be used to create a new record:

CompanyLocationId, CompanyContactId, RoleId

Delete

You can delete entries by specifying the following columns:

Id, CompanyContactId

Columns

Name Type ReadOnly References Description
Id [KEY] String True

A globally-unique ID.

CompanyId String True

The company this role assignment belongs to.

CompanyLocationId String True

The company location to which the role is assigned.

CompanyContactId String True

The company contact for whom this role is assigned.

CreatedAt Datetime True

The date and time when the assignment record was created.

UpdatedAt Datetime True

The date and time when the assignment record was last updated.

RoleId String True

A globally-unique ID.

RoleName String True

The name of a role. For example, 'admin' or 'buyer'.

RoleNote String True

A note for the role.

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