How can I export Shopify orders with overdue payments? EZ Exporter
The Shopify API doesn't have an "Overdue" payment status. However, there's a payment_terms field that has a sub-attribute called…
The Shopify API doesn't have an "Overdue" payment status. However, there's a payment_terms field that has a sub-attribute called…
You can use the formula below in the Calculated Fields to pull out this data from the payment_terms field: get_value_by_position(sorted([i.due_a…