--- title: Updates to Split and Merge Feature - 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/updates-to-split-and-merge-feature md: https://shopify.dev/changelog/updates-to-split-and-merge-feature.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2024 Tags: * API * 2024-01 # Updates to Split and Merge Feature As of API Version 2024-01 we've added a few extra documentation details around our recent Split and Merge feature. * Webhooks for [Split](https://shopify.dev/docs/api/admin-graphql/unstable/enums/WebhookSubscriptionTopic#value-fulfillmentorderssplit) and [Merge](https://shopify.dev/docs/api/admin-graphql/unstable/enums/WebhookSubscriptionTopic#value-fulfillmentordersmerged) are now available. * [FulfillmentOrderLocationForMove](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FulfillmentOrderLocationForMove) has had the `availableLineItems` and `unavailableLineItems` connections added along with a count of each. * A new error code [No Line Items Provided To Split](https://shopify.dev/docs/api/admin-graphql/unstable/enums/FulfillmentOrderSplitUserErrorCode#value-nolineitemsprovidedtosplit) has also been added.