Builds and submits a real order to the live production API using the token from the OAuth flow. Products are fetched live from /listskus and shipping methods from /listshippingmethods. Countries and document types are currently a small static placeholder list (see note below) because /listcountries and /listdocumenttypes have been persistently rate-limited (HTTP 429) during testing - this is a deliberate, temporary deviation from the guide's s.4 "don't hard-code reference data" guidance, not an oversight.
United Kingdom / GB, and document type ID 69 "Example document type")
- it is almost certainly missing most of the real countries and document types your account actually has, and
may not be safe to submit real orders against beyond quick smoke-testing. Swap in the real lists (paste a
captured /listcountries and /listdocumenttypes response, or re-enable the live fetch in the code) once the
rate limit is confirmed clear or explained.