PipedreamHQ / PipedreamHQ/pipedream
[BUG]: Shopify connector could not able to create product
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
Cannot able to create product in shopify from google sheet
**Expected behavior**
On every new row in google sheet, one of the shopify product creation should take place.
**Screenshots**
**Additional context**
I was trying to connect gogole sheet and shopify store. Where on every row represent a new product in the sheet. The Google sheet connector is working as expected, and data is also flowing to the next connector (i.e. Shopify)...
But shopify is giving below error while creating product.
```
Error
301 - Moved Permanently - ""
DETAILS
at Object._throwFormattedError (file:///tmp/__pdg__/dist/code/fc5e29118fb17b730e3be3747f69648615e95c29d0310d693ecc99fedcf6d60b/code/common-app.mjs:479:13)
at Object.resourceAction (file:///tmp/__pdg__/dist/code/fc5e29118fb17b730e3be3747f69648615e95c29d0310d693ecc99fedcf6d60b/code/common-app.mjs:597:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.run (file:///tmp/__pdg__/dist/code/fc5e29118fb17b730e3be3747f69648615e95c29d0310d693ecc99fedcf6d60b/code/actions/create-product/common.mjs:15:21)
at null.executeComponent (/var/task/launch_worker.js:229:22)
at MessagePort.messageHandler (/var/task/launch_worker.js:726:28)
```
Also, if you could elaborate about Image option while creating shopify product through connector... that would also be very helpful. Let's say I have AWS url of image (signed url with authentication keys) then, how could we upload them in shopify connector.. (like base64 conversion or simple AWS url should also be work?)
Can you please help here?
Thanks for your time!
Contributor guide
Assessment
This issue has not been assessed yet.