--- title: RefundLineItemRestockType - GraphQL Admin description: The type of restock performed for a particular refund line item. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/enums/RefundLineItemRestockType md: >- https://shopify.dev/docs/api/admin-graphql/unstable/enums/RefundLineItemRestockType.md --- # 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.restockType](https://shopify.dev/docs/api/admin-graphql/unstable/objects/RefundLineItem#field-RefundLineItem.fields.restockType) OBJECT A line item that's included in a refund. * [Refund​Line​Item​Input.restockType](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/RefundLineItemInput#fields-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/unstable/objects/RefundLineItem#field-RefundLineItem.fields.restockType) ### Inputs with this enum * [Refund​Line​Item​Input.restockType](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/RefundLineItemInput#fields-restockType)