What are you trying to achieve?
Goal is to get Metadata from a Google Sheet into Shopify for my ecom store.
Steps taken so far
I am currenty stuck at ‘HTTPS Make Request’ the last step in my automation. I’ve attached the error message and the current flow. Any help here would be much appreciated. My scenario : Google Sheet Search Row>Open AI>Tool Text Aggregator>Parse JSON>Tool Multi Variate>Shopify Create Product>Google Sheet Search Row>Open AI>Parse JSON>Google Sheet Update Row>Tool Multi Variate>Iterator>HTTP Make Request
Screenshots: scenario setup, module configuration, errors
Hi @Amanda_May1,
I don’t specifically know what’s going wrong but I’d quickly ask you to remove the screenshot showing you API Key. Ideally you revoke this key because someone might have saved it and potentially now has access to your Shopify Backend.
Is it possible that you have an empty line at the end of your request content in the HTTP Module? Maybe that’s the issue?
Best,
Richard
Hi Richard,
Thanks for the response! I do think that’s the problem there is nothing mapped in request content field in https- this is what is there:
“metafield”: {
“namespace”: “custom”,
“key”: “why_youll_love_it”,
“value”: “Soft, celestial, and just dreamy enough.”,
“type”: “single_line_text_field”
}
}
When I go to map in Shopify ‘Create a Product’ those fields do no exist.
How can I add the correct fields to create a product so they map?
Or am I mapping from the wrong place.
Thanks,
Amanda
Welcome to the Make community!
I think you are calling the wrong API endpoint.
For more information, see REST Admin API reference
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
— @samliew