Skip to main content
object

Requires read_orders access scope, read_marketplace_orders access scope or read_point_of_sale_devices access scope.

Represents a mobile device that Shopify Point of Sale has been installed on.

Anchor to activePaymentSessionactivePaymentSession
•PointOfSaleDevicePaymentSession

The currently open payment session for this device.

•CashDrawer

The cash drawer that this device is currently assigned to.

•ID!
non-null

A globally-unique ID.


Was this section helpful?

•query

Returns a PointOfSaleDevice resource by ID.

Arguments

•ID!
required

The ID of the PointOfSaleDevice to return.



Was this section helpful?

•mutation

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

Arguments

•ID!
required

The cash drawer to assign the device to.

•ID!
required

The point of sale device to assign.



Was this section helpful?

•interface

Was this section helpful?