Module: DigiwinDsp::Enums::UpdateMode

Defined in:
lib/digiwin_dsp/enums.rb

Overview

spec_list[].update_mode on inbound Webhooks::InventoryUpdate (DSPOOFFICIAL100). “adjust” requires per-customer ERP customization.

Constant Summary collapse

TOTAL =

stock is the new total

"total"
ADJUST =

stock is a delta (can be negative)

"adjust"
ALL =
[TOTAL, ADJUST].freeze