# Return - customer - OBJECT Version: 2025-04 ## Description A product return. ### Access Scopes ## Fields * [closedAt](/docs/api/customer/2025-04/scalars/DateTime): DateTime - The date when the return was closed. * [createdAt](/docs/api/customer/2025-04/scalars/DateTime): DateTime - The date when the return was created. * [id](/docs/api/customer/2025-04/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/customer/2025-04/scalars/String): String! - The name assigned to the return. * [returnLineItemsCount](/docs/api/customer/2025-04/objects/Count): Count - The number of line items associated with the return. * [status](/docs/api/customer/2025-04/enums/ReturnStatus): ReturnStatus! - The current status of the `Return`. * [updatedAt](/docs/api/customer/2025-04/scalars/DateTime): DateTime - The date when the return was last updated. ## Connections * [returnLineItems](/docs/api/customer/2025-04/connections/ReturnLineItemTypeConnection): ReturnLineItemTypeConnection! * [reverseDeliveries](/docs/api/customer/2025-04/connections/ReverseDeliveryConnection): ReverseDeliveryConnection! ## Related queries * [return](/docs/api/customer/2025-04/queries/return) Returns a Return resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Related mutations * [orderRequestReturn](/docs/api/customer/2025-04/mutations/orderRequestReturn) Request a new return on behalf of a customer. ## Related Unions ## Examples