Skip to main content
Version: 3.x

checkout

Look up a checkout by id.

Requires one of the following permissions to query checkouts that belong to other users: MANAGE_CHECKOUTSIMPERSONATE_USER
checkout(
id: ID
token: UUID
): Checkout

Arguments

checkout.id ● ID scalar

The checkout's ID.

Added in Saleor 3.4

checkout.token ● UUID scalar

The checkout's token.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

Type

Checkout object

Checkout object.


Was this page helpful?