DeclineFulfillInput
No description
input DeclineFulfillInput {
notifyCustomer: Boolean
lines: [DeclineFulfillLineInput!]!
}
Fields
DeclineFulfillInput.notifyCustomer ● Boolean scalar
If true, send an email notification to the customer.
DeclineFulfillInput.lines ● [DeclineFulfillLineInput!]! non-null input
List of items that cannot be fulfilled for this order.
Member Of
orderDeclineFulfillment mutation