Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / StoreEvent Enumeration
In This Topic
    StoreEvent Enumeration
    In This Topic
    Enumeration that represents the events that occur in a store
    Syntax
    public enum StoreEvent : System.Enum 
    Members
    MemberDescription
    CustomerPasswordRequest Customer password request was initiated
    DigitalGoodActivated Digital Good Activated
    DigitalGoodDeactivated Digital Good Deactivated
    GiftCertificateValidated Gift certificate was validated
    InventoryDestocked A low inventory item was purchased
    InventoryPullSheetPrinted Inventory pull sheet printed
    InventoryRestocked A low inventory item was purchased
    LicenseKeyFulfilled License Key Fulfilled
    LicenseKeyReturned License Key Returned
    LowInventoryItemPurchased A low inventory item was purchased
    None Value representing a non-event
    OrderCancelled Order was cancelled
    OrderInvoicePrinted Order invoice printed
    OrderItemAdded New Order Item Added from admin
    OrderNoteAddedByCustomer Order note was added by customer
    OrderNoteAddedByMerchant Order note was added by merchant
    OrderPaid Order was paid completely
    OrderPaidCreditBalance Order was overpaid
    OrderPaidNoShipments An order with no shippments was fully paid
    OrderPaidPartial Order was paid partially
    OrderPlaced Order was placed
    OrderShipped Order was shipped
    OrderShippedPartial Order was shipped partially
    OrderStatusUpdated Order status was updated
    PackingListPrinted Packing list printed
    PaymentAuthorizationFailed Payment authorization was failed
    PaymentAuthorized Payment was authorized
    PaymentCaptured Payment was captured
    PaymentCapturedPartial Payment was partially captured
    PaymentCaptureFailed Payment capture was failed
    PaymentRefunded A shipment was returned
    PaymentRefundedPartial A shipment was partially returned
    ProductReviewApproved A new Product Review is Approved by Admin
    ProductReviewSubmitted A new Product Review is submitted
    RecurringPaymentAuthorizationFailed Payment authorization was failed
    RecurringPaymentAuthorized Payment was authorized
    ShipmentReturned A shipment was returned
    ShipmentReturnedPartial A shipment was partially returned
    ShipmentShipped A shipment was shipped
    SubscriptionActivated Subscription Activated / Enrolled
    SubscriptionCancelled Subscription Cancelled
    SubscriptionDeactivated Subscription Deactivated
    SubscriptionExpired Subscription Expired
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Stores.StoreEvent

    See Also