How do I export Japan provinces in Japanese characters from my Shopify order data? EZ Exporter
The Shopify Order API will return Japan province names in Latin characters. For example, it will return "Tōkyō" instead of "東京都&…
The Shopify Order API will return Japan province names in Latin characters. For example, it will return "Tōkyō" instead of "東京都&…
"Automatic Dicounts" data (which is different from "Discount Codes") is stored in the field discount_applications. The ra…
To export the refunded subtotal (i.e. excluding taxes) of all refunded line items from a Shopify order, you can use the formula below …
To export the refunded total (including taxes) of all refunded line items from a Shopify order, you can use the formula below in the&n…
When a customer uses a gift card along with a credit card to pay for the order and the credit card portion of the transaction fails, Shopify rolls ba…
When an "Automatic Discount" is applied to specific line items in the Shopify order, the discount information is stored in the fi…
To export the total refunded line item quantity from a Shopify order, you can use the formula below in the Calculated Fields section of EZ Expor…
The payment_gateway_names field is in JSON format by default and will look something like this: ["gift_card", "shopify_…
When using Calculated Fields, you'll get an "invalid formula" output if the formula you've entered can't be evaluated. Below…