Hey, guys!
I’m developing an app extension that works with a size selection.
I’d like to be able to select a size of the product from my app.
I’ve ran into a problem for items with alternative sizes like jeans, for example.
Selecting the main size works but I’m not sure how to choose an additional size correctly.
The product variant ID is changed in the URL by the app and after a page refresh both sizes are selected correctly.
However, I’m not sure how to do it without a page refresh.
Could someone point out to me how I can correctly trigger the size selection from my app?
Is there some API that I have to access or an event that I have to listen for?
I could not find it in the docs.
Thanks in advance!
