@gradientedge/commercetools-utils
    Preparing search index...

    Interface InventoryEntrySetReorderPointAction

    Sets the reorder point level for a specific InventoryEntry. When the stock reaches this level, a corresponding InventoryEntryReorderPoint Message is generated.

    interface InventoryEntrySetReorderPointAction {
        action: "setReorderPoint";
        quantity?: number;
    }

    Hierarchy (View Summary)

    Index
    action: "setReorderPoint"
    quantity?: number

    Sets the configured inventory stock level for reorder point. If the value is absent or null the configured inventory stock level is removed.