UpdateShipmentHtsCodesInput
Autogenerated input type of UpdateShipmentHtsCodes
input UpdateShipmentHtsCodesInput {
clientMutationId: String
htsCodes: [ShipmentHtsCodeUpdateInput!]!
}
Fields
UpdateShipmentHtsCodesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateShipmentHtsCodesInput.htsCodes ● [ShipmentHtsCodeUpdateInput!]! non-null input
The list of HTS codes to update.
Member Of
supplyUpdateShipmentHtsCodes mutation