# How to export the fields in Order - Shopify Admin?

Our app utilizes Shopify Product Line Item Properties to associate collected information on product pages with the corresponding product. Although you can access it by clicking the order detail page in Shopify Admin, Shopify's built-in order export function does not include Product Line Item Properties.&#x20;

{% hint style="success" %}
There are other 3rd-party apps with a generous free plan to enhance Shopify's built-in order export function and support exporting the fields as well:&#x20;
{% endhint %}

<https://apps.shopify.com/excel-export-import>&#x20;

<https://apps.shopify.com/data-export>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://minimateapps.gitbook.io/customfield/how-to.../how-to-export-the-fields-in-order-shopify-admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
