---
title: Localization extensions mutation update - 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/localization-extensions-mutation-update'
  md: 'https://shopify.dev/changelog/localization-extensions-mutation-update.md'
metadata:
  effectiveApiVersion: 2021-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2020-09-09T15:03:39-04:00'
  postedAt: '2020-12-11T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:31-05:00'
  effectiveAt: '2020-12-11T00:00:00-05:00'
---

December 11, 2020

Tags:

* API
* 2021-01

# Localization extensions mutation update

Earlier this year, [Localization Extensions](https://shopify.dev/tutorials/get-a-country-field-using-localization-extensions) were launched to allow additional information to be collected upon checkout. This feature can be used to collect information for stores to meet various countries' regulatory requirements (e.g. Brazillian CPF numbers).

Version 2021-01 of the GraphQL Admin API adds functionality to update those values using an order mutation.

For more information, refer to the GraphQL Admin API reference docs for the [`OrderInput` object](https://shopify.dev/docs/admin-api/graphql/reference/orders/orderinput?api%5Bversion%5D=2021-01) and the [`DraftOrderInput` object](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderinput?api%5Bversion%5D=2021-01).
