--- 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' metadata: effectiveApiVersion: 2024-04 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql - displayName: Admin REST API handle: admin-rest primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: true createdAt: '2024-01-30T12:46:37-05:00' postedAt: '2024-04-01T00:00:00-04:00' updatedAt: '2024-03-12T10:55:19-04:00' effectiveAt: '2024-04-01T00:00:00-04:00' --- [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.