OrderProductAddedNotification
public class OrderProductAddedNotification : OrderProductAddNotificationBase<OrderReadOnly>
Inheritance
Namespace
Constructors
OrderProductAddedNotification (1 of 2)
public OrderProductAddedNotification(OrderReadOnly order, string productReference, decimal qty,
IDictionary<string, string> properties, string bundleId, string parentBundleId)
OrderProductAddedNotification (2 of 2)
public OrderProductAddedNotification(OrderReadOnly order, string productReference,
string productVariantReference, decimal qty, IDictionary<string, string> properties,
string bundleId, string parentBundleId)