--- title: ReturnStatus - Customer API description: The current status of a `Return`. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/returnstatus md: https://shopify.dev/docs/api/customer/latest/enums/returnstatus.md --- # Return​Status enum The current status of a `Return`. ## Valid values * CANCELED The `Return` has been canceled by the user. * CLOSED The `Return` has been successfully completed. * DECLINED The `Return` request was declined. * OPEN The `Return` is currently in progress. * REQUESTED The `Return` has been requested by the user. *** ## Fields * [Return.status](https://shopify.dev/docs/api/customer/latest/objects/Return#field-Return.fields.status) OBJECT A product return. *** ## Map ### Fields with this enum * <-|[Return.status](https://shopify.dev/docs/api/customer/latest/objects/Return#field-Return.fields.status)