Hello,
During checkout, I need to redirect the customer to an external page where they choose their pickup point for the order and then get redirected back. The page gets the checkout token in the url query parameters, generated from the useCheckoutToken() hook in Extensions - However, I don’t how to construct an URL using this token. Any help would be greatly appreciated. Thanks