I use it to know how many of a sku I fulfilled by doing current - unfulfilled, it works fine but sometimes I have an order wich I have 0 in currentQuantity, but I fulfilled them…
I thought currentQuantity was the field quantity - refunded quantity as it works for most of my operations.
I should have precised that I am using a bulk operation, so can’t nest more than 2 connections or else I have this error: Bulk queries cannot contain connections with a nesting depth greater than 2
and also because it’s a bulk query I have Queries that contain a connection field within a list field are not currently supported
that’s why I don’t/can’t use every field I want (or I have to query 2x for the same order) (yes i’m struggle on this since a long time)
And I want to find how many I already fulfilled not unfulfilled, I have remainingQuantity for that