Search Results for

    Show / Hide Table of Contents

    Class DeleteInventoryItemEvent

    ID: "DeleteInventoryItemEvent" This event occurs whenever you delete an inventory item. IMPORTANT: It’s important to note that this event also triggers for item options when either the parent item is deleted, or a specific option or set of options are removed.

    Inventory items may be deleted using the Delete Item Public API endpoint, or from the Inventory page in Corporate Admin.

    Deleting An Inventory Item Delete Item API Event Sample>>:

    {
       "ItemId":4,
       "Sku":"TST_EVT",
       "TrackStock":true,
       "HasOptions":true,
       "EventDateUtc":"2021-10-12T18:01:39.5127343Z",
       "EventCategory":"OrderEvents",
       "EventType":"DeleteInventoryItemEvent",
    }
    Inheritance
    System.Object
    EventBase
    InventoryItemEventBase
    DeleteInventoryItemEvent
    Inherited Members
    InventoryItemEventBase.ItemId
    InventoryItemEventBase.Sku
    InventoryItemEventBase.TrackStock
    InventoryItemEventBase.HasOptions
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class DeleteInventoryItemEvent : InventoryItemEventBase

    Constructors

    DeleteInventoryItemEvent()

    Declaration
    public DeleteInventoryItemEvent()
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX