--- title: RefundLineItemRestockType - GraphQL Admin description: The type of restock performed for a particular refund line item. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/RefundLineItemRestockType md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/RefundLineItemRestockType.txt --- # Refund​Line​Item​Restock​Type enum The type of restock performed for a particular refund line item. ## Valid values * CANCEL The refund line item was canceled. Use this when restocking unfulfilled line items. * LEGACY\_​RESTOCK Deprecated. The refund line item was restocked, without specifically beingidentified as a return or cancelation. This value is not accepted when creating new refunds. * NO\_​RESTOCK Refund line item was not restocked. * RETURN The refund line item was returned. Use this when restocking line items that were fulfilled. *** ## Fields * [Refund​Line​Item.​restock​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RefundLineItem#field-restockType) OBJECT A line item that's included in a refund. * [Refund​Line​Item​Input.​restock​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundLineItemInput#field-restockType) INPUT OBJECT The input fields required to reimburse line items on a refund. *** ## Map ### Fields with this enum * <-|[Refund​Line​Item.restockType](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RefundLineItem#field-restockType) ### Inputs with this enum * [Refund​Line​Item​Input.restockType](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundLineItemInput#field-restockType)