Can I export custom fields created by the Accentuate Custom Fields Shopify app?
Yes, you can!The Accentuate Custom Fields app stores the data in Shopify metafields. You can export these values with EZ Exporter and assign a custo…
Yes, you can!The Accentuate Custom Fields app stores the data in Shopify metafields. You can export these values with EZ Exporter and assign a custo…
You can reference the Field IDs below in a Custom Field or Calculated Field by enclosing them in double curly braces (e.g. {{ updated_at }}). …
You can reference the Field IDs below in a Custom Field or Calculated Field by enclosing them in double curly braces (e.g. {…
You can also reference the Field IDs below in a Custom Field or Calculated Field by enclosing them in double curly braces (e.g.&n…
You can reference the Field IDs below in a Custom Field or Calculated Field by enclosing them in double curly braces (e.g. {…
You can also reference the Field IDs below in a Custom Field or Calculated Field by enclosing them in double curly braces (e.g.&n…
Shopify stores this data in the Transaction Receipt field. In EZ Exporter, you can use Custom Filters as shown below to filter only orders whose T…
In the Product export, there's a field called images.src that you can select which will export all product image URLs in one column separated by …
In Shopify's default order CSV export, there's a column called "Payment ID" which Shopify describes as this: A unique ID sent …
In Shopify's default order CSV export, there's a column called "Payment References" (the "Payment Reference" (singular) c…
To export the "wallet type" (such as Apple Pay or Google Pay") that was used as a payment method, you can use the formula below in the…
We have a function called strip_non_numeric_chars() which you can use in the Calculated Fields that will take care of this for you automatically. …
Shopify's official Google Shopping app stores the data in Product Metafields. EZ Exporter can export these fields by specifying the Metafield …
In the Data Settings -> Custom Filters, simply add a filter where the "Payment Gateway Names" field contains the word "paypal"…
The Shopify API doesn't have a "Fulfilled At" field that we can simply filter by. But a potential workaround in EZ Exporter&n…