Skip to main content

CreateShipmentHtsCodesInput

Autogenerated input type of CreateShipmentHtsCodes

input CreateShipmentHtsCodesInput {
clientMutationId: String
htsCodes: [ShipmentHtsCodeInput!]!
}

Fields

CreateShipmentHtsCodesInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateShipmentHtsCodesInput.htsCodes ● [ShipmentHtsCodeInput!]! non-null input

The list of HTS codes to create.

Member Of

supplyCreateShipmentHtsCodes mutation