Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout API - Presentment currency

Checkout API - Presentment currency

sebastiandev
Shopify Partner
72 1 25

Hi,

 

We have an app that calculates shipping methods and displays it on the product page.

 

There is a problem when the store has multiple currencies. To handle this, we use the Checkout API. According to the documentation there is a `presentment_currency` field that should accept the user's currency.

It looks like we are making a request to the API with creating a new order:

- `shipping_address` (`address1`, `city`, `zip`, `country`, `province`)
- `line_items` (`product_id`, `variant_id`, `quantity`)


then we ask for shipping methods based on the token - 

I would expect to get amounts in the respective currencies, however it is always refunded from the local store amount.

I add that:
1. the problem has appeared before and has not been solved - https://community.shopify.com/c/hydrogen-headless-and-storefront/checkout-api-draftorder-api-present...
2. for storefront API works fine.

Replies 0 (0)