Skip to main content
object

A product return.

Anchor to Fields and connectionsFields and connections

•DateTime

The date when the return was closed.

•DateTime

The date when the return was created.

•ID!

A globally-unique ID.

•String!

The name assigned to the return.

•ReturnLineItemTypeConnection!

The line items associated with the return.

Anchor to returnLineItemsCountreturnLineItemsCount
•Count

The number of line items associated with the return.

•ReverseDeliveryConnection!

The list of reverse deliveries associated with the return.

•ReturnStatus!

The current status of the Return.

•DateTime

The date when the return was last updated.


Was this section helpful?

•query

Returns a Return resource by ID. Apps using the Customer Account API must meet the protected customer data requirements.


Was this section helpful?

•mutation

Request a new return on behalf of a customer.

Arguments

•ID!
required

The ID of the order for which this return is being requested.

•[RequestedLineItemInput!]!
required

The line items that are requested to be returned.


Fields

•Return

The return request that has been made.

•[ReturnUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

•interface

Was this section helpful?