Hi,
Curious if any Shopify dev has experience with, or a reference/documentation on how to go about the following:
A client is requesting to have a shopping experience that uses both a theme and a customized web app experience utilizing the Storefront API. The client has only 1 product, but many features attached to the product. Due to the variant/option limits, we were hoping to use metaobjets and metafields to set up the required features.
The client’s ideal flow would be that a customer would land on the site, go to the product page and selected a few base options (height and width of the object). Once selected, the customer would then move to a customizer experience where they can select various options as well as input some extra data if needed. Once that process is complete, the customer would then be redirected to the cart page to verify the features selected are correct before completing the checkout. So, ideally: Theme (PDP) → Customizer with Storefront API → Theme (Cart and Checkout).
If you have had any experience with something similar, how did you set up the product to pass data between theme, custom web app and back to the theme?
Thanks!