CompanyLocationStaffMemberAssignments
Lists staff members assigned to a company location. Actions are scoped to that location (Shopify Plus only).
Table-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The 本製品 processes other filters client-side within the 本製品.
- 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 |
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. |