--- title: Order Update Phone Field Public - 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/order-update-phone-field-public md: https://shopify.dev/changelog/order-update-phone-field-public.md --- [Back to Developer changelog](https://shopify.dev/changelog) November 1, 2025 Tags: * Admin GraphQL API * 2026-01 # Order Update Phone Field Public As of Admin API 2026-01, the `phone` field is now publicly available in the [orderUpdate](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderUpdate) mutation's [OrderInput](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OrderInput). This field allows developers to update the customer phone number for an order, overwriting the existing phone number. This change brings parity with the REST API, which already supports updating the phone field through the [Order resource](https://shopify.dev/docs/api/admin-rest/latest/resources/order#put-orders-order-id). The phone field is particularly useful for maintaining accurate customer contact information, especially for SMS notifications and order-related communications. For implementation details, refer to the [orderUpdate mutation documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderUpdate).