OrderSetStatusInput
No description
input OrderSetStatusInput {
orderId: Int!
status: String
payStatus: String
sendOrderConfirmationEmail: Boolean
addPDFAttachment: Boolean
deleteCart: Boolean
}
Fields
OrderSetStatusInput.orderId
● Int!
non-null scalar
The id of the order to set the status for
OrderSetStatusInput.status
● String
scalar
The status of the order
OrderSetStatusInput.payStatus
● String
scalar
The payment status of the order
OrderSetStatusInput.sendOrderConfirmationEmail
● Boolean
scalar
Send the order confirmation email when the status is changed
OrderSetStatusInput.addPDFAttachment
● Boolean
scalar
Add the order overview as attached PDF to the order confirmation email
OrderSetStatusInput.deleteCart
● Boolean
scalar
Delete the cart that created this order if the cart is still available
Member Of
orderSetStatus
mutation