UnverifiedReturnLineItem - admin-graphql - OBJECT
Version: 2024-10
Description:
An unverified return line item.
Access Scopes
`read_returns` access scope.
Fields
-
customerNote:
String -
A note from the customer that describes the item to be returned. Maximum length: 300 characters.
-
id:
ID! -
A globally-unique ID.
-
quantity:
Int! -
The quantity being returned.
-
refundableQuantity:
Int! -
The quantity that can be refunded.
-
refundedQuantity:
Int! -
The quantity that was refunded.
-
returnReason:
ReturnReason! -
The reason for returning the item.
-
returnReasonNote:
String! -
Additional information about the reason for the return. Maximum length: 255 characters.
-
unitPrice:
MoneyV2! -
The unit price of the unverified return line item.
Connections
Related queries
Related mutations
Related Unions
Examples