Skip to content

Export Order Line Item Payload Fields

This feature allows you to 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.

  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

  5. Select or deselect the payload fields you want to export.

  6. Save and run the export.

  • 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.

Refunded product information stored inside order line item payload becomes available in the export file for reporting and analysis.