How can I filter Shopify orders by staff? EZ Exporter
The Order API has a field called user_id we can use for filtering. This is the ID of the user logged into Shopify POS who proces…
The Order API has a field called user_id we can use for filtering. This is the ID of the user logged into Shopify POS who proces…
The Shopify order data contains a line item attribute called gift_card which identifies whether a line item is a gift card or not. With EZ Ex…
You can use the formula below in the Calculated Fields section of the Data Settings in EZ Exporter to do this: join_lists(get_attribute_val…
Note: "Note Attributes" is the same as "Cart Attributes". These attributes are displayed under the "Additional De…
Some merchants might want to export newly created orders only if the orders were placed after a certain amount of time has passed. One reason…
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…
Some stores might have orders come in that aren't marked "Paid" right away. An example is when PayPal was used to pay for the orde…
In EZ Exporter, you may notice that in the Data Settings > Filters > Payment Status, you can only set one type of payment status. The reason…
You can configure the filters as shown below to only export Shopify orders where a new return was created since the last export: The first set…
"Automatic Dicounts" data (which is different from "Discount Codes") is stored in the field discount_applications. The ra…
When an "Automatic Discount" is applied to specific line items in the Shopify order, the discount information is stored in the fi…
If you're a bakery, for example, you may provide an option to your customers to specify the Delivery Date or Pickup Date when they place an order…
Shopify doesn't provide a list of all sales channels and associated IDs in their API docs. The available sales channels can also change con…
If you've successfully imported your order but can't find the order in your Shopify admin, you can easily get to the order from our view import page.…