OBJECT

WarehouseAllocationPriority

link GraphQL Schema definition

1type WarehouseAllocationPriority {
2priorityNumber: Int!
3
4# Required permission: none
5warehouse: Warehouse!
6
7stockOwnership: WarehouseStockOwnership!
8
9allocationPolicy: WarehouseAllocationPolicy!
10
11timeoutInHours: Float!
12
13}