Hello.
Is there a way to save an order without triggering the OrderAfterSave notification? We have a ashx that will be used to update order information from an external source, but we also use a Order Save notification to update information in the external source. For the cases where the save is initiated in the ashx I would rather have it not communicating the update to the external system.
Is this possible?
Regards,
Marco Santos