Skip to main content
Anchor to reverseFulfillmentOrder

reverseFulfillmentOrder

query

Requires read_returns access scope or read_marketplace_returns access scope.

Lookup a reverse fulfillment order by ID.

•ID!
required

The ID of the reverse fulfillment order to return.


Was this section helpful?

Anchor to ReverseFulfillmentOrderReverseFulfillmentOrder
•ReverseFulfillmentOrder

A group of one or more items in a return that will be processed at a fulfillment service. There can be more than one reverse fulfillment order for a return at a given location.

•ID!
non-null

A globally-unique ID.

•ReverseFulfillmentOrderLineItemConnection!
non-null

The list of reverse fulfillment order line items for the reverse fulfillment order.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•Order

The order associated with the reverse fulfillment order.

•ReverseDeliveryConnection!
non-null

The list of reverse deliveries for the reverse fulfillment order.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•ReverseFulfillmentOrderStatus!
non-null

The status of the reverse fulfillment order.

Anchor to thirdPartyConfirmationthirdPartyConfirmation
•ReverseFulfillmentOrderThirdPartyConfirmation

The current confirmation for the reverse fulfillment order from a third-party logistics service. If no third-party service is involved, then this value is nil.


Was this section helpful?