How can I export the receipt number from a Shopify POS order?

In EZ Exporter, you can select the field source_identifier to export the data containing the Shopify POS order's receipt number.

This field will also contain the POS location ID before the receipt number (e.g. 55550294687-22-2325).

To strip out the location ID and export just the receipt number, you can use this formula in the Calculated Fields:

{{ source_identifier }}.replace(str({{ location_id }}) + "-", "")

App: EZ Exporter

Tags: shopify orders, shopify pos