Individual location provider
@riverpod Future<Location> location(Ref ref, String locationId) async { final client = ref.read(prodobitClientProvider); return client.inventory.getLocation(locationId); }