BulkForwardShipmentsInput
Autogenerated input type of BulkForwardShipments
input BulkForwardShipmentsInput {
clientMutationId: String
orderIds: [ID!]!
}
Fields
BulkForwardShipmentsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
BulkForwardShipmentsInput.orderIds ● [ID!]! non-null scalar common
The IDs of the orders whose fulfillments should be forwarded.
Member Of
bulkForwardShipments mutation