ReturnLineItemInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for a return line item.
Access Scopes
Fields
-
fulfillmentLineItemId:
ID! -
The ID of the fulfillment line item to be returned.
Specifically, this field expects a `FulfillmentLineItem.id`.
-
quantity:
Int! -
The quantity of the item to be returned.
-
restockingFee:
RestockingFeeInput -
The restocking fee to capture.
-
returnReason:
ReturnReason! -
The reason for the item to be returned.
-
returnReasonNote:
String -
A note about the reason that the item is being returned.
Maximum length: 255 characters.
Input objects with this input object
Examples