Open tuyennn opened 3 hours ago
Hi @tuyennn. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Preconditions and environment
Steps to reproduce
{cart(cart_id: String!) {Cart}}
to get current cart informationExpected result
Actual result
Additional information
mage-cache-storage
.cart-data
stores cart information in the customer's local storage (localStorage
) without saving it on the server.cart-data
can be accessed by other services, such as GraphQL and REST API, to retrieve the current quote. This is important because multiple services can use the same resource and transfer customer data between headful and headless systems, such as AEM pages and Luma-based stores.rest/V1/guest-carts/{cartId}/totals-information
or/rest/default/V1/carts/mine/totals-information
. However, this does not save the selected shipping method or totals at the server level. Instead, only the cart data (cart-data
) is cached in the customer's local storage.Release note
No response
Triage and priority