To make my point more clear, let me show you the api inquiry for more than 2s location and it brings this item back. You will see that this item B1001 comes every time.
Location 1
NFO:root:Fetching inventory for location: L4QC03SS83XDA
DEBUG:app:Fetching inventory for location: L4QC03SS83XDA
DEBUG:app:Fetching catalog items...
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/catalog/search-catalog-items HTTP/1.1" 200 None
INFO:app:Successfully retrieved 112 catalog items
DEBUG:app:Retrieved 112 catalog items
DEBUG:app:Created catalog map with 224 entries
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/inventory/counts/batch-retrieve HTTP/1.1" 200 273
DEBUG:app:Retrieved 3 inventory counts
DEBUG:app:Final inventory list: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
DEBUG:root:Square inventory response: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
INFO:root:Successfully prepared inventory list with 3 items
Location 2
INFO:root:Fetching inventory for location: L4MHDD7K82A5W
DEBUG:app:Fetching inventory for location: L4MHDD7K82A5W
DEBUG:app:Fetching catalog items...
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/catalog/search-catalog-items HTTP/1.1" 200 None
INFO:app:Successfully retrieved 112 catalog items
DEBUG:app:Retrieved 112 catalog items
DEBUG:app:Created catalog map with 224 entries
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/inventory/counts/batch-retrieve HTTP/1.1" 200 271
DEBUG:app:Retrieved 3 inventory counts
DEBUG:app:Final inventory list: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
DEBUG:root:Square inventory response: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
INFO:root:Successfully prepared inventory list with 3 items
Location 3
INFO:root:Fetching inventory for location: L3Q8W2SVJPGN2
DEBUG:app:Fetching inventory for location: L3Q8W2SVJPGN2
DEBUG:app:Fetching catalog items...
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/catalog/search-catalog-items HTTP/1.1" 200 None
INFO:app:Successfully retrieved 112 catalog items
DEBUG:app:Retrieved 112 catalog items
DEBUG:app:Created catalog map with 224 entries
DEBUG:urllib3.connectionpool:https://connect.squareup.com:443 "POST /v2/inventory/counts/batch-retrieve HTTP/1.1" 200 272
DEBUG:app:Retrieved 3 inventory counts
DEBUG:app:Final inventory list: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
DEBUG:root:Square inventory response: [{'catalog_object_id': '6QHOKNHMXRGXIBIIR3UHRTZJ', 'catalog_object_name': 'Biblias - B1001 - ', 'quantity': '0'}, {'catalog_object_id': 'KDCTEPPPLD7ETXGR4LSZBE2J', 'catalog_object_name': 'Biblias - B1003 - ', 'quantity': '0'}, {'catalog_object_id': 'OAZN4YTROXM54ZWP2QSFKQ5P', 'catalog_object_name': 'Biblias - B1002 - ', 'quantity': '0'}]
INFO:root:Successfully prepared inventory list with 3 items```