MONEI / Shopify-api-node

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

422 (Unprocessable Entity) on order cancel while passing amount property #472

Closed kamranblueeast closed 3 years ago

kamranblueeast commented 3 years ago

I am trying to cancel order using shopify-api-node cancel API. It gives 422 (Unprocessable Entity) If "amouont" property is passed in params object. Any help?

lpinca commented 3 years ago

Log error.response.body where error is the error you are receiving. It might give you more informations.

lpinca commented 3 years ago

I'm closing this due to inactivity.