---
title: "Configuring order export"
slug: "configuring-order-export"
tags: ["config api", "Associate App", "extended attributes", "newstore platform", "NewStore OMS", "platform", "order", "tutorial", "api", "omnichannel manager "]
updated: 2024-12-13T09:39:48Z
published: 2024-12-13T09:39:48Z
canonical: "docs.newstore.com/configuring-order-export"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.newstore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring order export

You can configure NewStore Omnichannel Manager to include extended attributes in the order export.

The following extended attributes can be included as part of the export:

- Extended order attributes
- Extended order item attributes

> [!NOTE]
> Note
> 
> The exported data depends on the extended attributes that have been added to the order during order placement/injection.

To view the configuration for order attribute export set up for your business, use the [Get order export configuration](https://docs.newstore.net/api/configuration/order-management/nom_configuration_api/#operation/showOrderExport) method.

## Exporting extended attributes

Within the export in NewStore Omnichannel Manager, the extended order and order item attributes are represented as:

- *Label*: A human readable label to be shown as the row header in the export.
- *Name*: The extended attribute data that is included as part of the export.

There can be multiple extended order and extended order item attributes configured via the NewStore Omnichannel Manager configuration API and included in the export.

To configure exports in NewStore Omnichannel Manager:

1. Use the [Create order export configuration](https://docs.newstore.net/api/configuration/order-management/nom_configuration_api/#operation/createOrderExport) method.
2. In the `order_export` > `orderExtendedAttributes` property:
  - Set `label` to an intuitive human-readable name.
  - Set `name` to the extended order attribute.
3. In the `order_export` > or `orderItemExtendedAttributes` property:
  - Set `label` to an intuitive human-readable name.
  - Set `name` to the extended order item attribute.

Extended attributes are included in the export only if the attributes have been added during order placement/injection.

## Exporting external identifiers

To configure exports to include external identifiers:

1. Use the [Create order export configuration](https://docs.newstore.net/api/configuration/order-management/nom_configuration_api/#operation/createOrderExport) method.
2. In the `order_export` > `orderItemExternalIdentifiers`.
  - Set `label` to an intuitive human-readable name.
  - Set `name` to the external identifier that is used in your business. For example, `sku` or `ean13`.
