--- title: ReverseFulfillmentOrderDisposition - GraphQL Admin description: The details of the arrangement of an item. api_version: 2025-04 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-04/objects/ReverseFulfillmentOrderDisposition md: >- https://shopify.dev/docs/api/admin-graphql/2025-04/objects/ReverseFulfillmentOrderDisposition.md --- # Reverse​Fulfillment​Order​Disposition object Requires `read_returns` access scope or `read_marketplace_returns` access scope. The details of the arrangement of an item. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/ID) non-null A globally-unique ID. * location [Location](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/Location) The location where the disposition occurred. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/2025-04/scalars/Int) non-null The number of disposed units. * type [Reverse​Fulfillment​Order​Disposition​Type!](https://shopify.dev/docs/api/admin-graphql/2025-04/enums/ReverseFulfillmentOrderDispositionType) non-null The final arrangement of an item. *** ## Map ### Fields with this object * [ReverseDeliveryLineItem.dispositions](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/ReverseDeliveryLineItem#field-ReverseDeliveryLineItem.fields.dispositions) * [ReverseFulfillmentOrderLineItem.dispositions](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/ReverseFulfillmentOrderLineItem#field-ReverseFulfillmentOrderLineItem.fields.dispositions) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2025-04/interfaces/Node) interface *** ## ReverseFulfillmentOrderDisposition Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/2025-04/interfaces/Node)