--- title: ReturnReasonDefinitionConnection - GraphQL Admin description: >- An auto-generated type for paginating through multiple ReturnReasonDefinitions. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnReasonDefinitionConnection md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/admin-graphql/unstable/objects/LineItem#field-LineItem.fields.suggestedReturnReasonDefinitions) OBJECT The `LineItem` object represents a single product or service that a customer purchased in an [order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order). Each line item is associated with a [product variant](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant) and can have multiple [discount allocations](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountAllocation). Line items contain details about what was purchased, including the product variant, quantity, pricing, and fulfillment status. Use the `LineItem` object to manage the following processes: * [Track the quantity of items](https://shopify.dev/docs/apps/build/orders-fulfillment/order-management-apps/build-fulfillment-solutions) ordered, fulfilled, and unfulfilled. * [Calculate prices](https://shopify.dev/docs/apps/build/orders-fulfillment/order-management-apps/edit-orders), including discounts and taxes. * Manage fulfillment through [fulfillment services](https://shopify.dev/docs/apps/build/orders-fulfillment/fulfillment-service-apps). * Manage [returns](https://shopify.dev/docs/apps/build/orders-fulfillment/returns-apps/build-return-management) and [exchanges](https://shopify.dev/docs/apps/build/orders-fulfillment/returns-apps/manage-exchanges). * Handle [subscriptions](https://shopify.dev/docs/apps/build/purchase-options/subscriptions) and recurring orders. Line items can also include custom attributes and properties, allowing merchants to add specific details about each item in an order. Learn more about [managing orders and fulfillment](https://shopify.dev/docs/apps/build/orders-fulfillment). *** ## Queries with this connection * [return​Reason​Definitions](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnReasonDefinitions) query Returns a full library of available return reason definitions. *** ## Possible returns * edges [\[Return​Reason​Definition​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ReturnReasonDefinitionEdge) non-null 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/admin-graphql/unstable/objects/ReturnReasonDefinition) non-null 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/admin-graphql/unstable/objects/PageInfo) non-null 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/admin-graphql/unstable/objects/LineItem#field-LineItem.fields.suggestedReturnReasonDefinitions) ### Queries with this connection * \[return​Reason​Definitions](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnReasonDefinitions) ### Possible returns * <->[Return​Reason​Definition​Connection.edges](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnReasonDefinitionConnection#returns-edges) * <->[Return​Reason​Definition​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnReasonDefinitionConnection#returns-nodes) * <->[Return​Reason​Definition​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnReasonDefinitionConnection#returns-pageInfo)