I’m trying to connect my app with the API. More specifically to get all inventory quantities from database and update them in Webflow app. I’m having a problem because I got 404 response when calling the route “GET /sites/:site_id/collections/:collection_id/items/:item_id/inventory”. I enabled Inventory tracking option for products in dashboard but it still don’t show the quantity. I tried calling separate IDs (site_id, collection_id and item_id) in other APIs and all works because they are all valid. But on this one I got 404 error “Route not found”. Also when getting all products with SKUs I’m not getting quantity either. Can you help me with this problem?