ArchiveShipmentMethodInput
Input for the archiveShipmentMethod mutation.
input ArchiveShipmentMethodInput {
id: UUID!
}
Fields
ArchiveShipmentMethodInput.id
● UUID!
non-null scalar
The id of the shipment method to archive.
Member Of
archiveShipmentMethod
mutation