Skip to main content

OrderRefundInput

type OrderRefundInput {
orderId: String!
orderRefundLines: [OrderRefundLineInput!]!
paymentGatewayId: String!
reason: String
refundGift: Boolean
refundShipping: Boolean
sendNotificationToCustomer: Boolean
stockLocationId: String!
}

Fields

orderIdString!required
orderRefundLines[OrderRefundLineInput!]!required
paymentGatewayIdString!required
reasonString
refundGiftBoolean
refundShippingBoolean
sendNotificationToCustomerBoolean
stockLocationIdString!required