--- title: ReturnReasonDefinitionConnection - Customer API description: >- An auto-generated type for paginating through multiple ReturnReasonDefinitions. api_version: 2026-01 api_name: customer type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/connections/ReturnReasonDefinitionConnection md: >- https://shopify.dev/docs/api/customer/latest/connections/ReturnReasonDefinitionConnection.md --- # Return​Reason​Definition​Connection connection An auto-generated type for paginating through multiple ReturnReasonDefinitions. ## Fields with this connection * [Line​Item.suggestedReturnReasonDefinitions](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-LineItem.fields.suggestedReturnReasonDefinitions) OBJECT A single line item in an order. *** ## Possible returns * edges [\[Return​Reason​Definition​Edge!\]!](https://shopify.dev/docs/api/customer/latest/objects/ReturnReasonDefinitionEdge) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Return​Reason​Definition!\]!](https://shopify.dev/docs/api/customer/latest/objects/ReturnReasonDefinition) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A list of nodes that are contained in ReturnReasonDefinitionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/customer/latest/objects/PageInfo) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * [Line​Item.suggestedReturnReasonDefinitions](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-LineItem.fields.suggestedReturnReasonDefinitions) ### Possible returns * [Return​Reason​Definition​Connection.edges](https://shopify.dev/docs/api/customer/latest/connections/ReturnReasonDefinitionConnection#returns-edges) * [Return​Reason​Definition​Connection.nodes](https://shopify.dev/docs/api/customer/latest/connections/ReturnReasonDefinitionConnection#returns-nodes) * [Return​Reason​Definition​Connection.pageInfo](https://shopify.dev/docs/api/customer/latest/connections/ReturnReasonDefinitionConnection#returns-pageInfo)