reverseDelivery - admin-graphql - QUERY
Version: 2024-10
Description:
Lookup a reverse delivery by ID.
Access Scopes
`read_returns` access scope.
Arguments
-
id:
ID! -
The ID of the ReverseDelivery to return.
Returns
-
deliverable:
ReverseDeliveryDeliverable
The deliverable associated with the reverse delivery.
-
id:
ID!
The ID of the reverse delivery.
-
reverseFulfillmentOrder:
ReverseFulfillmentOrder!
The `ReverseFulfillmentOrder` associated with the reverse delivery.
Examples