Skip to main content

checkout

Look up a checkout by id.

Requires one of the following permissions to query a checkout, if a checkout is in inactive channel: MANAGE_CHECKOUTSIMPERSONATE_USERHANDLE_PAYMENTS
checkout(
id: ID
token: UUID
): Checkout

Arguments

checkout.id ● ID scalar miscellaneous

The checkout's ID.

Added in Saleor 3.4

checkout.token ● UUID scalar miscellaneous

The checkout's token.

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

Type

Checkout object checkout

Checkout object.