--- title: New Create Fulfillment Request Validation - 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/new-create-fulfillment-request-validation md: https://shopify.dev/changelog/new-create-fulfillment-request-validation.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * Action Required * Admin GraphQL API * Admin REST API * 2024-04 # New Create Fulfillment Request Validation As of Admin version 2024-04 , there cannot be multiple of the same `fulfillment_order_id` within the `line_items_by_fulfillment_order` param for the REST "Creates a fulfillment for one or many fulfillment orders" [API](https://shopify.dev/docs/api/admin-rest/2024-01/resources/fulfillment#post-fulfillments) and GraphQL `fulfillmentCreateV2` [mutation](https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/fulfillmentCreateV2). Please combine any payload with the same `fulfillment_order_id` into one group.