OBJECT
AllocationRule
link GraphQL Schema definition
1 type AllocationRule { 2 Int! : 3 4 String! : 5 6 Boolean! : 7 8 # Required permission: AllocationRule:read 9 AllocationRule : 10 11 AllocationType! : 12 13 # Required permission: Account:read 14 # 15 # All elements are always returned 16 # 17 # Store restrictions apply. 18 Account!]! : [ 19 20 # Required permission: DeliveryWindow:read 21 # 22 # All elements are always returned 23 # 24 # Store restrictions apply. 25 DeliveryWindow!]! : [ 26 27 # Required permission: Market:read 28 # 29 # All elements are always returned 30 # 31 # Store restrictions apply. 32 Market!]! : [ 33 34 # Required permission: Store:read 35 # 36 # All elements are always returned 37 # 38 # Store restrictions apply. 39 Store!]! : [ 40 41 # Required permission: AllocationRule:read 42 # 43 # All elements are always returned 44 GeographyAllocationPrioritySet!]! : [ 45 46 }
link Required by
- Account
- AllocationRule
- AtOnceDeliveryWindow
- BrickAndMortar
- DeliveryWindow
- DirectToConsumerOrder
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- Market
- Order
- PreorderDeliveryWindow
- Query The main queries are here, click to expand
- Store
- Warehouse
- WholesaleOrder