Issue with Data Validation in Batch Update of Products on WooCommerce

What are you trying to achieve?

Hi everyone,

I’m trying to perform a batch update of products on WooCommerce using Make.com, but I’m encountering a validation error that I can’t seem to resolve.

Steps taken so far

[
{
“id”: 396,
“name”: “Salmorejo con huevo y jamón 32”,
“dimensions”: {},
“stock_status”: “instock”
},
{
“id”: 396,
“name”: “Salmorejo con huevo y jamón 32”,
“dimensions”: {},
“stock_status”: “instock”
}
]

Error validation:

BundleValidationError
Validation failed for 1 parameter(s).
Array of objects expected in parameter ‘products’.

Screenshots: scenario setup, module configuration, errors