CreateShipmentHtsCodesInput
Autogenerated input type of CreateShipmentHtsCodes
input CreateShipmentHtsCodesInput {
clientMutationId: String
htsCodes: [ShipmentHtsCodeInput!]!
}
Fields
CreateShipmentHtsCodesInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreateShipmentHtsCodesInput.htsCodes ● [ShipmentHtsCodeInput!]! non-null input shipments
The list of HTS codes to create.
Member Of
supplyCreateShipmentHtsCodes mutation