WarehouseAction
(ENUM)
set of string constants representing actions in warehouse
link GraphQL Schema definition
- enum WarehouseAction {
- # subtract item from warehouse - item has been removed from warehouse
- # block item - item is temporarily reserved/blocked for specific order
- # unblock item
- # add item to warehouse
- }