# UnverifiedReturnLineItem - customer - OBJECT Version: unstable ## Description An unverified return line item. ### Access Scopes ## Fields * [id](/docs/api/customer/unstable/scalars/ID): ID! - A globally-unique ID. * [lineItem](/docs/api/customer/unstable/objects/LineItem): LineItem! - The specific line item that's being returned. * [quantity](/docs/api/customer/unstable/scalars/Int): Int! - The quantity of the line item that's been returned. * [returnReason](/docs/api/customer/unstable/enums/ReturnReason): ReturnReason! - The reason for returning the line item. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples