Skip to main content

myCheckouts

Lists the authenticated caller's own checkouts (newest first), across every org and app. Use this for a self-service payment history; use checkouts for the cross-tenant super-admin view. Requires an authenticated user.

myCheckouts(
limit: Int = 50
offset: Int = 0
): CheckoutsPage!

Arguments

myCheckouts.limit ● Int deprecated scalar

DEPRECATED

Use myCheckoutsConnection(first:, after:) instead. See /overview/pagination.

Maximum number of checkouts to return. Default 50; clamped to the range 1-200.

myCheckouts.offset ● Int deprecated scalar

DEPRECATED

Use myCheckoutsConnection(first:, after:) instead. See /overview/pagination.

Number of checkouts to skip for offset/limit pagination. Default 0; negative values are treated as 0.

Type

CheckoutsPage object

A page of checkouts with offset/limit pagination metadata.