25 June 2026
CartsMessages/SubscriptionsGraphQL
We have introduced the CartLocked and CartUnlocked Messages. These Messages are generated when a Cart's lock state changes through the
lockCart and unlockCart update actions.Changes:
- [API] Added the CartLocked Message.
- [API] Added the CartUnlocked Message.
- [GraphQL API] Added the
CartLockedandCartUnlockedtypes implementingMessagePayload.