you can access the order id in the thank you page.
const data = useApi("purchase.thank-you.block.render"); const orderId = data?.orderConfirmation?.current?.order?.id;