bold-commerce / go-shopify

Go client for the Shopify API
MIT License
318 stars 251 forks source link

not support custom header, such as X-Shopify-Api-Features #248

Closed xdlbdy closed 8 months ago

xdlbdy commented 10 months ago

variant response property presentment_prices, but it requires the header 'X-Shopify-Api-Features': 'include-presentment-prices'

image
oliver006 commented 10 months ago

I think you can try adding these headers but passing your own http client but otherwise there's currently no support for passing custom headers.