DeleteShipmentRecordsInput
Autogenerated input type of DeleteShipmentRecords
input DeleteShipmentRecordsInput {
clientMutationId: String
ids: [ID!]!
}
Fields
DeleteShipmentRecordsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteShipmentRecordsInput.ids ● [ID!]! non-null scalar common
The shipped orders records to delete.
Member Of
echoDeleteShipmentRecords mutation