Can I export the URL of the file uploaded by the customer through the Uploadery app?

Uploadery by ShopPad stores the URL of the uploaded file in the line item properties of the Shopify order.

You can include this URL in your order CSV or Excel export by using a formula like this in the Calculated Fields section:

search_attributes({{ line_items.properties }}, "uploadery_1")

In the formula above, uploadery_1 is the field name assigned to the line item property. Simply replace this part with the field name you've specified in the Uploadery app. You can repeat this formula to export additional field data.

Click here for more info about exporting individual line item properties.


App: EZ Exporter

Tags: line item properties, advanced features, calculated fields