[guided]We want to prove that the order automorphism $h: A \to A$ cannot move any element. The well-ordering hypothesis gives a decisive way to argue: if any element is moved, there is a least moved element.
Define
\begin{align*}
S := \{a \in A : h(a) \neq a\}.
\end{align*}
This is the set of elements of $A$ moved by $h$. Suppose, toward a contradiction, that $S$ is nonempty. Since $<_A$ is a well-order, every nonempty subset of $A$ has a least element, so $S$ has a least element. Let $a_0 \in S$ denote this least moved element. By the definition of $a_0$, every element strictly below $a_0$ is fixed by $h$: if $x <_A a_0$, then $x \notin S$, so $h(x) = x$.
Now $a_0$ itself is moved, so $h(a_0) \neq a_0$. Since $<_A$ is a total order, exactly one of the following two possibilities holds:
\begin{align*}
h(a_0) <_A a_0
\end{align*}
or
\begin{align*}
a_0 <_A h(a_0).
\end{align*}
Consider the first possibility, $h(a_0) <_A a_0$. Since $h(a_0)$ lies below the least moved element $a_0$, it is fixed by $h$. Hence
\begin{align*}
h(h(a_0)) = h(a_0).
\end{align*}
But $h$ is injective, because it is an order automorphism. Applying injectivity to the equality $h(h(a_0)) = h(a_0) = h(a_0)$ gives
\begin{align*}
h(a_0) = a_0,
\end{align*}
which contradicts $a_0 \in S$.
Consider the second possibility, $a_0 <_A h(a_0)$. Since $h$ is surjective, there exists $c \in A$ such that
\begin{align*}
h(c) = a_0.
\end{align*}
If $c <_A a_0$, then $c$ lies below the least moved element, so $h(c) = c$. Combining this with $h(c) = a_0$ gives $c = a_0$, which is impossible because $h(a_0) \neq a_0$. Also $c \neq a_0$ directly, since $h(c) = a_0$ but $h(a_0) \neq a_0$. Therefore totality of the order forces
\begin{align*}
a_0 <_A c.
\end{align*}
Now use the order-preserving property of $h$. From $a_0 <_A c$, we obtain
\begin{align*}
h(a_0) <_A h(c) = a_0.
\end{align*}
This contradicts the current case assumption $a_0 <_A h(a_0)$.
Both possible order positions of $h(a_0)$ lead to contradictions. Hence the set $S$ of moved points is empty, and therefore $h(a) = a$ for every $a \in A$. Thus $h = \operatorname{id}_A$.[/guided]