OBJECT
DeliveryWindowDiscount
link GraphQL Schema definition
1 type DeliveryWindowDiscount { 2 : Float! 3 4 # Required permission: Account:read 5 # 6 # Store restrictions apply. 7 : Account! 8 9 # Required permission: DeliveryWindow:read 10 # 11 # Store restrictions apply. 12 : DeliveryWindow! 13 14 }