How can I extract certain product information from the Shopify product description? EZ Exporter
There may be cases where you've placed additional product information directly in the product's HTML description since you didn't find anywhere else …
There may be cases where you've placed additional product information directly in the product's HTML description since you didn't find anywhere else …
There are a couple ways you can take care of this in EZ Exporter. By default, Shopify adds a hash symbol ("#") in front of the…
The Shopify API only provides the values of the variant options in the fields option1, option2, and option3 where the ordering of the options could v…
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 …
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_…