Fix getItemAvailabilityAtLocation method calls - add missing third parameter (stateId)
The method signature requires 3 parameters (itemId, sourceId, stateId) but was being called with only 2.
Added -1 as the third parameter to match other working usages in the codebase.