MONEI / Shopify-api-node

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

Collect.create returns HTTPError: Response code 422 (Unprocessable Entity) #475

Closed hankmander closed 3 years ago

hankmander commented 3 years ago

shopify.collect.create({ collection_id: 234565861537, product_id: 6001305059489 })

the product and metafield api works well in the same project. I can also do this api call comfortably with httpie.

hankmander commented 3 years ago

Sorry, I had messed up my code.