Skip to main content
Anchor to CompanyLocationStaffMemberAssignment

CompanyLocationStaffMemberAssignment

object

Requires read_customers access scope or read_companies access scope. Also: The API client must be installed on a Shopify Plus store.

A representation of store's staff member who is assigned to a company location of the shop. The staff member's actions will be limited to objects associated with the assigned company location.

•CompanyLocation!
non-null

The company location the staff member is assigned to.

•ID!
non-null

A globally-unique ID.

•StaffMember!
non-null

Represents the data of a staff member who's assigned to a company location.


Was this section helpful?

•mutation

Creates one or more mappings between a staff member at a shop and a company location.

Arguments

•ID!
required

The ID of the company location to assign the staff member to.

•[ID!]!
required

The list of IDs of the staff members to assign.


Fields

Anchor to companyLocationStaffMemberAssignmentscompanyLocationStaffMemberAssignments
•[CompanyLocationStaffMemberAssignment!]

The list of created staff member assignments.

•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

•interface

Was this section helpful?