OBJECT

DirectToConsumerOrderCancelPayload

link GraphQL Schema definition

1type DirectToConsumerOrderCancelPayload implements Payload {
2# Required permission: Order:read
3#
4# Store restrictions apply.
5order: Order
6
7# Required permission: PaymentHistory:read
8paymentHistoryEntry: PaymentHistoryEntry
9
10# Field can be used to fetch payment history entries including gift card entries (external gift card plugin).
11#
12# Required permission: PaymentHistory:read
13paymentHistoryEntries: [PaymentHistoryEntry!]!
14
15userErrors: [UserError!]!
16
17userWarnings: [UserWarning!]!
18
19}

link Required by