I believe, with #80, it is up to the implementer to ensure the order link is correctly populated for each opportunity returned from their ProductBackend.search_opportunities() implementation. I don't think stapi-fastapi can handle this in any generic way as the construction of the order Link object, in particular its POST body, requires product-specific logic.
As such I'm going to go ahead and close this issue out.
I believe, with #80, it is up to the implementer to ensure the order link is correctly populated for each opportunity returned from their
ProductBackend.search_opportunities()
implementation. I don't think stapi-fastapi can handle this in any generic way as the construction of the orderLink
object, in particular itsPOST
body, requires product-specific logic.As such I'm going to go ahead and close this issue out.