For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I have an extension that sets some variables:
The first is easy using BuyerIdentity: !buyerIdentity?.customer.current === undefined
The second variable is a graphql admin call to determine if the customer has metafields that require login. Rather than repeating the query in the second extension, I'd just like to pass that information from the first. I tried using storage -- storage.write("needsLogin","true") but it appears that the second extension cannot read storage from the first.
Any suggestions?
Thanks,
Chris