Requires read_returns access scope.

Represents a return.


Additional information about the declined return.

The exchange line items attached to the return.

A globally-unique ID.

The name of the return.

The order that the return belongs to.

The list of refunds associated with the return.

The return line items attached to the return.

The return shipping fees for the return.

The list of reverse fulfillment orders for the return.

The status of the return.

A suggested refund for the return.

The sum of all return line item quantities for the return.


Was this section helpful?
Map

Fields and connections from

Return


Anchor to return
query
Access requirements

Returns a Return resource by ID.


Was this section helpful?
<?>
Return Queries
Return

Queried by



Approves a customer's return request. If this mutation is successful, then the Return.status field of the approved return is set to OPEN.

Anchor to returnCancel
mutation
Access requirements

Cancels a return and restores the items back to being fulfilled. Canceling a return is only available before any work has been done on the return (such as an inspection or refund).

Anchor to returnClose
mutation
Access requirements

Indicates a return is complete, either when a refund has been made and items restocked, or simply when it has been marked as returned in the system.

Anchor to returnCreate
mutation
Access requirements

Creates a return.

Declines a return on an order. When a return is declined, each ReturnLineItem.fulfillmentLineItem can be associated to a new return. Use the ReturnCreate or ReturnRequest mutation to initiate a new return.

Removes return lines from a return.

Anchor to returnReopen
mutation
Access requirements

Reopens a closed return.

Anchor to returnRequest
mutation
Access requirements

A customer's return request that hasn't been approved or declined. This mutation sets the value of the Return.status field to REQUESTED. To create a return that has the Return.status field set to OPEN, use the returnCreate mutation.


Was this section helpful?



Was this section helpful?
||-
Return Implements
Return

Implements