---
title: LocalizedFieldPurpose - GraphQL Admin
description: The purpose of a localized field.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/enums/LocalizedFieldPurpose
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/enums/LocalizedFieldPurpose.md
---

# Localized​Field​Purpose

enum

The purpose of a localized field.

## Valid values

* SHIPPING

  Fields that are used for shipping purposes, for example, customs clearance.

* TAX

  Fields that are used for taxes purposes, for example, invoicing.

***

## Fields

* [Draft​Order.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrder#field-DraftOrder.fields.localizedFields.arguments.purposes)

  ARGUMENT

  An order that a merchant creates on behalf of a customer. Draft orders are useful for merchants that need to do the following tasks:

  * Create new orders for sales made by phone, in person, by chat, or elsewhere. When a merchant accepts payment for a draft order, an order is created.
  * Send invoices to customers to pay with a secure checkout link.
  * Use custom items to represent additional costs or products that aren't displayed in a shop's inventory.
  * Re-create orders manually from active sales channels.
  * Sell products at discount or wholesale rates.
  * Take pre-orders.

  For draft orders in multiple currencies `presentment_money` is the source of truth for what a customer is going to be charged and `shop_money` is an estimate of what the merchant might receive in their shop currency.

  **Caution:** Only use this data if it's required for your app's functionality. Shopify will restrict [access to scopes](https://shopify.dev/api/usage/access-scopes) for apps that don't have a legitimate use for the associated data.

  Draft orders created on or after April 1, 2025 will be automatically purged after one year of inactivity.

* [Has​Localized​Fields.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/HasLocalizedFields#field-HasLocalizedFields.fields.localizedFields.arguments.purposes)

  ARGUMENT

  Localized fields associated with the specified resource.

* [Localized​Field.purpose](https://shopify.dev/docs/api/admin-graphql/unstable/objects/LocalizedField#field-LocalizedField.fields.purpose)

  OBJECT

  Represents the value captured by a localized field. Localized fields are additional fields required by certain countries on international orders. For example, some countries require additional fields for customs information or tax identification numbers.

* [Order.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order#field-Order.fields.localizedFields.arguments.purposes)

  ARGUMENT

  The `Order` object represents a customer's request to purchase one or more products from a store. Use the `Order` object to handle the complete purchase lifecycle from checkout to fulfillment.

  Use the `Order` object when you need to:

  * Display order details on customer account pages or admin dashboards.
  * Create orders for phone sales, wholesale customers, or subscription services.
  * Update order information like shipping addresses, notes, or fulfillment status.
  * Process returns, exchanges, and partial refunds.
  * Generate invoices, receipts, and shipping labels.

  The `Order` object serves as the central hub connecting customer information, product details, payment processing, and fulfillment data within the GraphQL Admin API schema.

  ***

  **Note:** Only the last 60 days\&#39; worth of orders from a store are accessible from the \<code>Order\</code> object by default. If you want to access older records, then you need to \<a href="https://shopify.dev/docs/api/usage/access-scopes#orders-permissions">request access to all orders\</a>. If your app is granted access, then you can add the \<code>\<span class="PreventFireFoxApplyingGapToWBR">read\<wbr/>\_all\<wbr/>\_orders\</span>\</code>, \<code>\<span class="PreventFireFoxApplyingGapToWBR">read\<wbr/>\_orders\</span>\</code>, and \<code>\<span class="PreventFireFoxApplyingGapToWBR">write\<wbr/>\_orders\</span>\</code> scopes.

  ***

  ***

  **Caution:** Only use orders data if it\&#39;s required for your app\&#39;s functionality. Shopify will restrict \<a href="https://shopify.dev/docs/api/usage/access-scopes#requesting-specific-permissions">access to scopes\</a> for apps that don\&#39;t have a legitimate use for the associated data.

  ***

  Learn more about [building apps for orders and fulfillment](https://shopify.dev/docs/apps/build/orders-fulfillment).

***

## Map

### Fields with this enum

* [Localized​Field.purpose](https://shopify.dev/docs/api/admin-graphql/unstable/objects/LocalizedField#field-LocalizedField.fields.purpose)

### Arguments with this enum

* [Draft​Order.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrder#field-DraftOrder.fields.localizedFields.arguments.purposes)
* [Has​Localized​Fields.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/HasLocalizedFields#field-HasLocalizedFields.fields.localizedFields.arguments.purposes)
* [Order.localizedFields(purposes)](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order#field-Order.fields.localizedFields.arguments.purposes)
