Can I export the Shopify gift card code that was used to pay for the order?
Shopify doesn't expose the full gift card code in either the Shopify API or the Shopify Admin, only the last 4 characters of the gift card can be…
Shopify doesn't expose the full gift card code in either the Shopify API or the Shopify Admin, only the last 4 characters of the gift card can be…
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 …
Upload Fields by UploadKit stores the URL of the uploaded file in the line item properties of the Shopify order. You can include this URL in …
Arithmetic operations provide a way to generate new values from one or more number fields (e.g. total_weight, total_price, line_items.quantity, etc.)…
In the Data Settings, you can enter the variable {{ _current_datetime }} in the Calculated Fields to include a column displaying when the report was …
The Shopify Order API endpoint doesn't have a field for "new or returning customer". However, there's a field called custo…
You might want to pad your data with zeros to make sure it's of a certain length. This could come in handy when sorting string data or for …
In EZ Exporter, it's possible to subtract 2 dates and get the number of days between them using Calculated Fields.For example, you might want a custo…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use this formula …
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…
You can use the formula below in the Calculated Fields to calculate the line item total price after discounts: {{ line_items.total_price }}…
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 "東京都&…