UnshipOrderInput
Autogenerated input type of UnshipOrder
input UnshipOrderInput {
clientMutationId: String
orderId: ID!
}
Fields
UnshipOrderInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UnshipOrderInput.orderId ● ID! non-null scalar common
The ID of the order to unship.
Member Of
unshipOrder mutation