I have created a cart through Shopify storefront API cartCreate mutation it returns a checkout URL only (where we can view added products on store), but I want to view created cart in storefront, just like when we create it through Ajax API for cart (https://shopify.dev/docs/api/ajax/reference/cart) , and are able to view that cart on cart page.
Do anybody knows that how can I view my cart created though cartCreate mutation API?