Update WorkflowsOrdersInitiation

Lance Edgar 2025-10-19 09:55:19 -05:00
parent b35890f737
commit a55e457a34

@ -31,7 +31,7 @@ Also note that if `Order.status` is not of particular interest to you, the same
## Product Resolution
As with the [[Customer resolution|#Customer_Resolution]], some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur:
As with the [[Customer resolution|#customer-resolution]], some shops may allow an OrderProduct to exist for some time without having a valid Product assigned to it. If that is the case, something like the following must occur:
1. OrderProduct is created with `OrderProduct.product` set to `None`.
1. `OrderProduct.initial_description` is set according to user input, for help in Product identification later.