--- title: FulfillmentOrder move and hold operations now accept specific line items - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/fulfillmentorder-move-and-hold-operations-now-accept-specific-line-items md: https://shopify.dev/changelog/fulfillmentorder-move-and-hold-operations-now-accept-specific-line-items.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 4, 2023 Tags: * API * 2023-04 # FulfillmentOrder move and hold operations now accept specific line items As of API version 2023-04, both FulfillmentOrder hold and move operations for both GraphQL and REST support a `fulfillment_order_line_items` parameter to allow you to place only a specified subset of the line items on hold, or move them to another location where they are in stock. ### GraphQL * [FulfillmentOrderMove](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrderMove) * [FulfillmentOrderHold](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentOrderHold) ### REST * [move](https://shopify.dev/docs/api/admin-rest/unstable/resources/fulfillmentorder#post-fulfillment-orders-fulfillment-order-id-move) * [hold](https://shopify.dev/docs/api/admin-rest/unstable/resources/fulfillmentorder#post-fulfillment-orders-fulfillment-order-id-hold)