ArchiveShipmentHtsCodesInput
Autogenerated input type of ArchiveShipmentHtsCodes
input ArchiveShipmentHtsCodesInput {
clientMutationId: String
htsCodes: [ShipmentHtsCodeArchiveInput!]!
}
Fields
ArchiveShipmentHtsCodesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ArchiveShipmentHtsCodesInput.htsCodes ● [ShipmentHtsCodeArchiveInput!]! non-null input
The list of HTS codes to archive.
Member Of
supplyArchiveShipmentHtsCodes mutation