MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
947 stars 278 forks source link

shopify.productImage.create giving unprocessable entity (res code 422). #600

Closed raghav17083 closed 12 months ago

raghav17083 commented 1 year ago

When trying to create image using shopify.productImage.create(id , {src : validImageURL}), where id is the product_id for which the image is to be added, I get Response code 422 (Unprocessable Entity)

What is the correct way to send the parameters to create the image by this method?

lpinca commented 1 year ago

Reading error.response.body, where error is the error with which the promise is rejected, might give you more details.

lpinca commented 12 months ago

I'm closing this as answered.