A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello,
as the subject says: the fulfillable_quantity of a line item is always 0, regardless of the (financial) status of an order (also on partially refunded orders).
So I'm not able to update the stock amount of an 3rd party application.
Can this be a problem, because I do not have real orders, but orders created via the Rest Admin Api?
I encountered much more problems while trying to filter orders. I have for example to use status "any" and then filter it by my own function more closer e. g. by financial_status etc. Dates are also not working (tried out any variations I found here incl. encoding and time zone problems).
This is a bit frustrating...
Peter
Hello, Do you solve this? I met the same issue.