Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hello, I'm integrating an App from Shopify's App Store called "OrderBump" to my Shopify store that reads from the Cart object in the checkout page for potential upsells. The Storefront API is currently integrated headlessly and I'm using Checkout API to create the checkout.
I found that there's 2 types of checkout urls, one from the Cart's checkoutUrl (https://shopify.dev/api/storefront/reference/checkouts/cart) and from Checkout's webUrl (https://shopify.dev/api/storefront/reference/checkouts/checkout)
I'm wondering if it's possible to create/manage Shopify's Cart object using Storefront API? Or if it will be a feature in future versions of the API and if there's any recommended workaround to modify Shopify's Cart object headlessly?
Ideally, upon going to the checkout page from Checkout's webUrl, the Cart object will be filled with lineItems added to Checkout and any modifications to either objects will update the checkout page, that'll be great!
Or if we can generate a Cart object's checkoutUrl from the Checkout object that contains this Cart object at the checkout page, or if the Checkout's webUrl already contains a cart object that can be modified.