OBJECT
ShipmentCapturePayload
link GraphQL Schema definition
1 type ShipmentCapturePayload implements Payload { 2 # Required permission: Shipment:read 3 # 4 # Store restrictions apply. 5 Shipment : 6 7 # Required permission: PaymentHistory:read 8 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 13 PaymentHistoryEntry!]! : [ 14 15 UserError!]! : [ 16 17 UserWarning!]! : [ 18 19 }