I’ve built a workflow, but I’m running into an issue with it WooCommerce node when creating product from Google Sheets

Hi everyone,
I’ve built a small n8n workflow where I’m reading rows from Google Sheets, looping over them, and creating products in WooCommerce.

The issue is: WooCommerce node is clearly throwing an error (Bad request – please check your parameters), but the workflow is not going to the error output of the node.

I’ve already enabled “Continue (using error output)” in the node settings, but it still behaves like a normal success path and doesn’t route to the error side.

Am I missing something here?
Is there any specific condition where WooCommerce errors don’t trigger the error output, or do I need to handle this differently?

Would really appreciate any guidance. Thanks.

Hey @waleed !

If you click that “From WooCommerce” Error , you can see additional information on why it failed.

Anyway, I suppose that you kind try to create multiple products but the loop you have used is doing a 6 batch.

Connect the WooCommerce node Done/Success back to Loop node so it’s beeing created one by one.

And curios about the Code node what it does…

If you can share your workflow with some pinned data, someone can identify quickly and help guide you trough it.

Cheers!

hey @Parintele_Damaskin

Thank you for getting back to me. I’ve already updated the setup and started adding the products one by one. The issue I’m facing now is that even though I’ve enabled “Continue (using error output)”, the error isn’t being passed through that output. Instead, it keeps trying to upload the same item again and again, even though I can clearly see the error.