I want to get images of my shopify products, resize it with the image node and then upload it to shopify via http request. I used stagedUploadsCreate - GraphQL Admin for creating the upload parameters and url and now I’m trying to upload the file from the used image-node via putting it into a body param (Manage media for products)
You will have to share your workflow, so we can check the configurations you have made.
Are you getting any errors?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!