Hi guys!. Here again with the aim of learning. I have a question regarding the canAddToCart function. Analyzing the code and displaying the product parameter in the console, I see that it does not have the stock_status or only_x_left_in_stock keys, which is why the function returns false. Then in SimpreProduct.vue, specifically in the button (addTocart), said function is consulted, denying it, resulting in true... I'm slowly understanding all this. I would appreciate it if you could understand what is happening.