DEV

Query.

orderPayoutDetails

Line items for a reconciled payout.

Arguments

after

String

The elements in the list that come after the specified cursor.

before

String

The elements in the list that come before the specified cursor.

first

Int

The first n elements from the list.

last

Int

The last n elements from the list.

payoutId

String!

Required

The payout id to fetch details for.
GraphQL
1
2
3
type Query {
  orderPayoutDetails(after: String, before: String, first: Int, last: Int, payoutId: String!): OrderPayoutDetailItemConnection
}
Book a demo

Was this page helpful?