OBJECT

WholesaleOrderCancelPayload

link GraphQL Schema definition

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

link Required by