Placing an Order
Problem
Section titled “Problem”You have a user who wants to buy one or more products (e.g. a company incorporation plus a registered office service). You need to create an Order that captures those purchases and tracks them through to completion.
- [TBD] — e.g. create the user if one does not exist.
- [TBD] — e.g. add order lines.
- [TBD] — e.g. submit for processing.
- [TBD] — e.g. poll for completion.
Gotchas
Section titled “Gotchas”- [TBD] — common mistakes or edge cases.