Shopify & Bubble

Hey everyone,

I wanted to share a few tips and workarounds that might help anyone working on integrating Bubble and Shopify.

  1. While creating a product through the REST Admin API, I am storing the uploaded pic tempororaily in database. passing the url to the image parameter like =https:result of step1’s productimage’s url

adding the https: is very vital for the API to work. else it gives invalid image URL.

I will keep adding such things that took me time to figure out.