OBJECT
OrderAllocatePayload
link GraphQL Schema definition
1 type OrderAllocatePayload implements Payload { 2 #   Required permission: Order:read 3 #  4 #   Store restrictions apply. 5 : Order  6 7 : [UserError!]!  8 9 : [UserWarning!]!  10 11 } 
              OBJECT
1 type OrderAllocatePayload implements Payload { 2 #   Required permission: Order:read 3 #  4 #   Store restrictions apply. 5 : Order  6 7 : [UserError!]!  8 9 : [UserWarning!]!  10 11 }