Hello,
On the Shopify Orders page, you can filter orders by payment status: Due
How to get the same result using Shopify Orders API?
You cannot query “Due” status:
Hello,
On the Shopify Orders page, you can filter orders by payment status: Due
How to get the same result using Shopify Orders API?
You cannot query “Due” status:
Looks like this is the new feature and the documentation has not been updated or it is not possible via API yet.
Hello @KyleG-Shopify, can you please take a look on this? Thank you!
Hi @Dzonotonas and @remy727, for access to the API, you’ll want to watch for changes to this enum since due (as you found) is not currently available. The closest equivalent would be partially_paid or pending.