I would like to update the physical_stock_level of products to 0.
The endpoint that I’m using is /sellables/{sellable_id}/warehouses/{warehouse_id}/stock_entry.
The API works if the physical stock level is a positive number. However, it seems to ignore the update when the physical stock level is 0.