I am using the below API and I can see that it brings 3 objects, but in the dashboard the location doesnt have items.
It seems to be a problem with some items that are appearing everywhere.
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
6 posts - 3 participants