ReturnInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for a return.
Access Scopes
Fields
-
exchangeLineItems:
ExchangeLineItemInput -
The new line items to be added to the order.
-
notifyCustomer:
Boolean -
When `true` the customer will receive a notification if there's an `Order.email` present.
-
orderId:
ID! -
The ID of the order to be returned.
-
requestedAt:
DateTime -
The UTC date and time when the return was first solicited by the customer.
-
returnLineItems:
ReturnLineItemInput! -
The return line items list to be handled.
-
returnShippingFee:
ReturnShippingFeeInput -
The return shipping fee to capture.
Input objects with this input object
Examples