Skip to main content

payments

List all payments. Requires MANAGE_ORDERS permission.

payments(
before: String
after: String
first: Int
last: Int
): PaymentCountableConnection!

Arguments

payments.before ● String scalar

Returns the items in the list that come before the specified cursor.

payments.after ● String scalar

Returns the items in the list that come after the specified cursor.

payments.first ● Int scalar

Returns the first n items from the list.

payments.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

PaymentCountableConnection object

A connection to a list of items.

Was this page helpful?