Why is my product object from section schema in Shopify returning null?

I am running into an issue with my section Schema in Shopify. I have the block set up with a Product input selector. This works will in the customizer, but when I try to access the product object in Liquid, it returns null.

This is my Schema

This is where the snippet get’s rendered

jdoleary_1-1651168377390.png

This is how it is being called

jdoleary_2-1651168408487.png

I am able to log out other settings from the same block. But my product object returns null no matter what I try. I have verified that a product has been selected and saved in the customizer.

Any idea on what could be going wrong here?

Hi @jdoleary ,

Have you tried getting the page and other properties, it works fine?

Can you give me detailed screenshot of ‘my Schema’, I need to check its id, because everything about code is correct.