Skip to main content

UpdateShipmentRecordInput

Autogenerated input type of UpdateShipmentRecord

input UpdateShipmentRecordInput {
clientMutationId: String
id: ID!
note: String
quantityShipped: Int!
}

Fields

UpdateShipmentRecordInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateShipmentRecordInput.id ● ID! non-null scalar common

The shipped orders record to update.

UpdateShipmentRecordInput.note ● String scalar common

Free-text explanation for the entry. Omit to leave it unchanged; pass null to clear it.

UpdateShipmentRecordInput.quantityShipped ● Int! non-null scalar common

The corrected number of units shipped.

Member Of

echoUpdateShipmentRecord mutation