That is because you are checking the content of a list object. To have a closer look you could assign one of the elements to another variable, and check that. Add this to your code:Then select the variable "product" and you will see its content in 'attributes'
Code:
product = productlist[0]
Statistics: Posted by kheylen25 — Sun Mar 23, 2025 6:35 pm