MONEI / Shopify-api-node

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

Support for Getting Presentment Prices from Product APIs #293

Closed jbgrunewald closed 5 years ago

jbgrunewald commented 5 years ago

For presentment prices to be returned for products a header 'X-Shopify-Api-Features': 'include-presentment-prices' must be included in the request. Can we add support for this feature?

jbgrunewald commented 5 years ago

I opened a pull request for this issue.

https://github.com/MONEI/Shopify-api-node/pull/294