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