I have a saved search for items with quantity levels (available, back-ordered, committed, on hand, on order) that I am querying through SOAP web services. I get the same amount of results as I do in the UI (3,301), but upon further inspection, I noticed that I am missing 80 items. The reason that the results still come out to 3,301 is that there are 80 duplicates.
I performed the same query on the production site just to see if this was some quirk with the sandbox. The production query had 79 missing items and 79 duplicates to make up the difference, but the items that are duplicated and missing are different from the sandbox.
Has anyone experienced this issue before? I even tried changing the amount of results I get thinking that somehow running only 200 results per query was returning duplicates, but changing it to 2,000 results per query still returned the same amount of duplicates.