Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Integration
Created by Guest
Created on Feb 8, 2022

Allow RealTimeOrderSubmitServiceBase Extension (or similar)

Currently Opti provides a IRealTimeOrderSubmitService interface to allow you to create a custom RealTimeOrderSubmitService. However, the RealTimeOrderSubmitServiceBase used by all of the OOTB connectors is not able to be extended, which requires more "custom" code to hook up your custom OrderSubmit service to the "OrderSubmit" integration job. Things are further complicated if it is a multi-website tenant since you cannot follow the same "flow" that the OOTB connectors do. I would like to either see the RealTimeOrderSubmitServiceBase able to be extended, or setup the RealTimeOrderSubmitServiceGeneric to use a pipeline like the other services.