--- title: ReturnDecline - GraphQL Admin description: >- Additional information about why a merchant declined the customer's return request. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ReturnDecline' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ReturnDecline.txt' --- # Return​Decline object Requires `read_returns` access scope or `read_marketplace_returns` access scope. Additional information about why a merchant declined the customer's return request. ## Fields * note [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The notification message sent to the customer about their declined return request. Maximum length: 500 characters. * reason [Return​Decline​Reason!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ReturnDeclineReason) non-null The reason the customer's return request was declined. *** ## Map ### Fields with this object * {}[Return.decline](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Return#field-decline)