OBJECT
WarehouseAllocationPriority
link GraphQL Schema definition
1 type WarehouseAllocationPriority { 2 : Int! 3 4 # Required permission: none 5 : Warehouse! 6 7 : WarehouseStockOwnership! 8 9 : WarehouseAllocationPolicy! 10 11 : Float! 12 13 }