Skip to main content
Anchor to returnDeclineRequest

returnDeclineRequest

mutation

Requires write_returns access scope or write_marketplace_returns access scope. Also: Requires the write_orders access scope. The user must have return_orders permission.

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.

•ReturnDeclineRequestInput!required

The input fields for declining a customer's return request.


Was this section helpful?

Anchor to ReturnDeclineRequestPayload returnsReturnDeclineRequestPayload returns

•Return

The declined return.

•[ReturnUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?