Download Image pCloud, Upload to Shopify

Upload Product from pCloud to Shopify.blueprint.json (93.2 KB)

I try to download a Picture from my pCloud server and then Upload it to Shopify. The idea of the Scenario is to fully automate the step of Product Creation after we designed new artwork to sell.

I get some data from my pCloud server, but i have no idea how to link this in the Shopify Module.

When i just add the data from Module 28 to the Box “Original Source” i do get an Error

“BundleValidationError

Validation failed for 1 parameter(s).

  • Invalid URL in parameter ‘originalSource’.”

Am i missing something obvious?

Thanks and Best
Philipp

1 Like

Hi @Philipp_Wilhelm Welcome to the community!

Original source” should be a link Shopify can fetch the file from, usually a public direct download URL to the image/video/3D model from your cloud storage. I your case you need to map “path” with base URL. So it can look like for ex https://files.apis.com/v4/{{24.path}} in the mapping box for Source.

Best,
@Prem_Patel

I hope it helps!