---
title: Export Order Line Item Payload Fields
description: How to export product information from Shopware order line item payload fields in Shopware 6.
---

Use this feature when you need product information stored inside order line item payloads.

It lets you export **product information** from Shopware orders stored in dynamic line item payload fields.

Although products are stored inside the order's **line item payload**, by default, this data is not visible in exports. You can now include it.

## Steps

1. Open or create an **Order Export Profile**.
2. Go to **Step 2 – Mapping**.
3. The app loads one random order from Shopware.
4. All top-level payload fields from order line items are automatically detected.
    
    New dynamic fields appear using this pattern:
    
    `lineItems.payload.FIELD_NAME`
    
    Example: `lineItems.payload.productNumber`
    
    ![](/images/lineItems_payload_order_export.jpg)
    
5. Select or deselect the payload fields you want to export.
6. Save and run the export.

## Important Notes

- Only **top-level scalar payload fields** are added automatically:
    - string
    - number
    - boolean
    - null
- Nested objects and arrays are not added.
- Exported column names keep the exact format: `lineItems.payload.FIELD_NAME`
- The scope applies to the **Shopware export only**.
- No changes for Shopify or import logic.

This makes refunded or payload-based product information available in the export file for reporting and analysis.
