Skip to main content
Anchor to cashDrawerFindOrCreate

cashDrawerFindOrCreate

mutation

Requires write_cash_tracking access scope.

Finds or creates a cash drawer for cash management. Also ensures the provided device is assigned to the drawer.

•ID!
required

The location the cash drawer is located in.

•String!
required

The name of the cash drawer.

•ID!
required

The point of sale device to assign to the cash drawer.


Was this section helpful?

Anchor to CashDrawerFindOrCreatePayload returnsCashDrawerFindOrCreatePayload returns

•CashDrawer

The cash drawer.

•[CashDrawerFindOrCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?