Wrong data from "quantity_to_reorder"

I’m getting data to a Google Sheets document using the product API however, the data in “quantity_to_reorder”, (under “sellables”), doesn’t look correct as it’s the same as “min_reorder_level”.

product[‘sellables’][i][‘min_reorder_level’],
product[‘sellables’][i][‘quantity_to_reorder’],

They both return the same value while it should be different.

If I download a csv file of the products, the data in those columns is correct and reflect what’s been set by the users but if I try to get it through the product API it is just wrong.

Also, I’ve tried to pull it from - stock_entries > warehouse > default_min_reorder - but that returns undefined.

Can anyone help me understand why I can’t get the “minimum reorder level”?