refunds
List all refunds. Requires MANAGE_ORDERS permission.
refunds(
filter: RefundFilterInput
sortBy: RefundSortingInput
before: String
after: String
first: Int
last: Int
): RefundCountableConnection!
Arguments
refunds.filter ● RefundFilterInput input
refunds.sortBy ● RefundSortingInput input
refunds.before ● String scalar
Returns the items in the list that come before the specified cursor.
refunds.after ● String scalar
Returns the items in the list that come after the specified cursor.
refunds.first ● Int scalar
Returns the first n items from the list.
refunds.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
RefundCountableConnection object
A connection to a list of items.