returnable Fulfillment
Returns a resource by ID.
Arguments
- id (ID!)
- •ID!required
The ID of the
to return.
Anchor to Possible returnsPossible returns
- ReturnableFulfillment (ReturnableFulfillment)
- Anchor to ReturnableFulfillmentReturnable•Returnable
Fulfillment Fulfillment A delivered order that's eligible to be returned to the merchant. Provides the items from completed fulfillments that customers can select when initiating a return.
Use returnable fulfillments to determine which items are eligible for return before creating a
Returnwith themutation. The line items show quantities that are available for return.Learn more about building return management workflows.
- Anchor to fulfillmentfulfillment•Fulfillment!non-null
The fulfillment that the returnable fulfillment refers to.
- •ID!non-null
The unique ID of the Returnable Fulfillment.
- Anchor to returnableFulfillmentLineItemsreturnable•Returnable
Fulfillment Line Items Fulfillment Line Item Connection! non-null The list of returnable fulfillment line items.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments