I'm running a /search using the Browse API, which works well - except I can not pull the itemLocation information I want from the itemSummaries - I get something like this:
{'addressLine1': None, 'addressLine2': None, 'city': None, 'country': 'US', 'county': None, 'stateOrProvince': None, 'postalCode': '750**'}
I'd like access to the city and state here, but they are not populated. Instead, I need to call getItem just to get the city and state, which will quickly eat up my API quota.
Is this expected behavior? Or should the itemLocation in itemSummaries be fully populated?