--- title: New customer input field for the OrderCreate mutation - 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-customer-input-field-for-the-ordercreate-mutation md: https://shopify.dev/changelog/new-customer-input-field-for-the-ordercreate-mutation.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2025 Tags: * Admin GraphQL API * 2025-01 # New customer input field for the OrderCreate mutation As of GraphQL Admin API 2025-01 version, we're deprecating the `customer_id` field in favor of the new `customer` field which you can use to either associate an existing customer or upsert a customer record. This provides some added flexibility when creating an order by saving the caller an extra step in fetching the customer ID before initiating the order creation. Learn more about `orderCreate` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderCreate).