Skip to main content
query

Requires read_returns access scope or read_marketplace_returns access scope.

Lookup a reverse delivery by ID.

ID!
required

The ID of the ReverseDelivery to return.


Was this section helpful?

ReverseDelivery

A reverse delivery is a post-fulfillment object that represents a buyer sending a package to a merchant. For example, a buyer requests a return, and a merchant sends the buyer a shipping label. The reverse delivery contains the context of the items sent back, how they're being sent back (for example, a shipping label), and the current state of the delivery (tracking information).

ReverseDeliveryDeliverable

The deliverable associated with the reverse delivery.

ID!
non-null

The ID of the reverse delivery.

Anchor to reverseDeliveryLineItemsreverseDeliveryLineItems
ReverseDeliveryLineItemConnection!
non-null

The reverse delivery line items attached to the reverse delivery.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


Anchor to reverseFulfillmentOrderreverseFulfillmentOrder
ReverseFulfillmentOrder!
non-null

The ReverseFulfillmentOrder associated with the reverse delivery.


Was this section helpful?