CData Python Connector for Shopify

Build 25.0.9454

CompanyLocationStaffMemberAssignments

Lists staff members assigned to a company location. Actions are scoped to that location (Shopify Plus only).

Table-Specific Information

Select

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

  • Id supports the '=, IN' comparison operators.
  • CompanyLocationId supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM CompanyLocationStaffMemberAssignments WHERE Id = 'Val1'
  SELECT * FROM CompanyLocationStaffMemberAssignments WHERE CompanyLocationId = 'Val1'

Insert

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

CompanyLocationId, StaffMemberId

Delete

You can delete entries by specifying the following column:

Id

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The globally unique identifier of the company location staff member assignment.

CompanyId String True

The globally unique identifier of the company associated with the assignment.

CompanyName String True

The display name of the company associated with the assignment.

CompanyLocationId String True

CompanyLocations.Id

The globally unique identifier of the company location where the staff member is assigned.

CompanyLocationName String True

The display name of the company location where the staff member is assigned.

StaffMemberId String True

The globally unique identifier of the assigned staff member.

StaffMemberName String True

The full name of the assigned staff member.

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