When I compare the value of the stockCount attribute from the GET items endpoint with the corresponding item's quantity or stockCount on the GET item_stocks endpoint there is a discrepancy.
The total number of items returned is even different by ~60 items.
I want the info from the GET items endpoint and I want the stockCount as well. Can I not trust this attribute on item? Must I join this with another GET to the itemstocks endpoint on itemid.
I appreciate any help.