MONEI / Shopify-api-node

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

Fulfillment update tracking #448

Closed jacyuan closed 3 years ago

jacyuan commented 3 years ago

Hi,

I'm trying to find a way, using your SDK, to update a fulfillment, without sending notification to client.

But seems that only the update route is supported but not the update_tracking route.

I'm wondering whether using the "update" function, with "notify_customer:false" can do the trick, or we will absolutely need to use the update_tracking route.

Thanks for your advice.