Woocommerce - adding files to download

The idea is:

Right now we can add to product “downloadable” option but we can’t add files.
There should be “downloads” array with name and file url but it’s not in the options.

My use case:

I have a shop where products have additional files like instructions and specifics. I need to send them to clients after buying.
So adding them to products will be much help.

I think it would be beneficial to add this because:

It may be the last piece to complete fully automatic products adding :slight_smile:

Can you provide the JSON for the workflow and send it here?

You may need to use a raw HTTP request node to add extra parameters that base nodes may not have.

Justin - thinkbot.agency

Yeah, the downloads field is not available. Would be great that can be added.