ENUM

WarehouseAllocationPolicy

link GraphQL Schema definition

1enum WarehouseAllocationPolicy {
2DIRECT
3CHECK_FIRST
4DIRECT_THEN_CONFIRM
5}