Skip to main content

returns

List of fulfillments.

returns(
identifier: ID
filter: ReturnFulfillmentFilterInput
sortBy: ReturnFulfillmentSortingInput
before: String
after: String
first: Int
last: Int
): FulfillmentCountableConnection

Arguments

returns.identifier ● ID scalar

Seller global id to filter by

returns.filter ● ReturnFulfillmentFilterInput input

Filtering options for return fulfillments.

returns.sortBy ● ReturnFulfillmentSortingInput input

Sort return fulfillments.

returns.before ● String scalar

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

returns.after ● String scalar

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

returns.first ● Int scalar

Return the first n elements from the list.

returns.last ● Int scalar

Return the last n elements from the list.

Type

FulfillmentCountableConnection object

Was this page helpful?