Skip to main content
Anchor to pointOfSaleDeviceAssignToCashDrawer

pointOfSaleDeviceAssignToCashDrawer

mutation

Requires write_cash_tracking access scope.

Assigns a point of sale device to a cash drawer, removing any prior assignment.

•ID!
required

The cash drawer to assign the device to.

•ID!
required

The point of sale device to assign.


Was this section helpful?

Anchor to PointOfSaleDeviceAssignToCashDrawerPayload returnsPointOfSaleDeviceAssignToCashDrawerPayload returns

•PointOfSaleDevice

The point of sale device.

•[PointOfSaleDeviceAssignToCashDrawerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?