WooCommerce Loop by stock_status

Hi everyone,

I’m using Loops & Logic to display WooCommerce products from a specific category, and I can’t figure out the correct syntax to show only in-stock products.
I’m using LiveCanvas.

This is my current loop:

What is the correct way (arguments / syntax) in Loops & Logic to filter this loop so it only shows products that are in stock in the xmas category?

I’ve already tried adding the following parameters inside the loop, without success:
stock_status=“instock”
meta_key=“_stock_status” meta_value=“instock”

Thanks in advance