---
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
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-02-21T11:25:06-05:00'
  postedAt: '2023-01-04T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:36-05:00'
  effectiveAt: '2023-01-04T00:00:00-05:00'
---

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)
