feat(pos): add Cart.currency - #4631
Open
aaronschubert0 wants to merge 2 commits into
Open
Conversation
aaronschubert0
force-pushed
the
aaronschubert/pos-cart-money-v2
branch
from
August 17, 2026 13:59
7b3b7bc to
cc1aa71
Compare
aaronschubert0
force-pushed
the
aaronschubert/pos-cart-money-v2
branch
from
August 18, 2026 09:58
cc1aa71 to
7e3591e
Compare
aaronschubert0
marked this pull request as ready for review
August 18, 2026 10:05
Expose the cart presentment currency on the POS Cart API. Assisted-By: devx/6fabf854-6110-411f-bf8d-0d825c0f4039
aaronschubert0
force-pushed
the
aaronschubert/pos-cart-money-v2
branch
from
August 18, 2026 10:21
7e3591e to
6f812bf
Compare
Assisted-By: devx/6fabf854-6110-411f-bf8d-0d825c0f4039
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
currencyto the POSCarttype.POS already includes this value on the cart object it passes to the host (
DraftCheckout.currency). This change only types that existing field so extensions can readshopify.cart.current.value.currency.The field is present on the cart payload for every API version. Types are published from this package version.
Test plan
currencyon the cart payloadshopify.cart.current.value.currencyis populated in an extension