OBJECT

ShipmentCapturePayload

link GraphQL Schema definition

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

link Required by