OrderLineAddNote
Result of order line add note mutation.
type OrderLineAddNote {
orderLine: OrderLine
orderErrors: [OrderError!]!
}
Fields
OrderLineAddNote.orderLine ● OrderLine object
OrderLineAddNote result.
OrderLineAddNote.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
orderLineAddNote mutation