Is there a way to query for Customer Tags in Checkout Extensions?

Hi all!

I’ve been having trouble trying to figure out a way to get access to the customer tags in a checkout extension. It seems like I can not use the store front API because that requires an access token. Any other suggestions would be greatly appreciated

have you tried using the example from this page? The token should be prefetched s you should be fine

Hey Darian, welcome to the forums! I have not been on much lately as I have been busy with other tasks but I am back wanting to help again!

You could potentially apply them as a cart attribute before checkout and then if necessary remove them with something like Shopify Flow after an order is placed.