Is there a way to request only fulfilled items and there fulfilled quantity
Today I can request totalQuantity and remainingQuantity from lineItems in Order but the things is remaining can decrease when fulfilled but also when refunded, I need to know only fulfilled quantity.
Also, another question but in the same theme, I wanted to try to request say “total-remaining”, I have seen that in graphql you could do something like
If you want the fulfilled quantity then you need to look at the fulfillments themselves. I think you are looking at the fulfillmentorders and that will give you whats still outstanding, whereas the fulfillments are always in the past tense.. which line_items have been fulfilled and which quantity.