How to create variable product in woocommerce?
there is no any variation in Woocommerce triggers or actions
the only thing related to variation is Parent ID which links a variation to parent product
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
The built in special-purpose nodes like WooCommerce
implement most of the common/core features, but typically do not cover everything. The same is true for nodes like Spotify
, or Jira
for instance.
What you can often do instead, is use the credentials mechanism from the special-purpose node (e.g. the WooCommerce account
one created from a WooCommerce
node) with a normal HTTP request
node, and construct the call to the product/service API directly.
I think in your case, you’ll want to review the WooCommerce docs
1 Like