Skip to main content

AssignItemsToHtsCodeInput

No description

input AssignItemsToHtsCodeInput {
htsCode: String!
itemIds: [ID!]!
shipmentId: ID!
}

Fields

AssignItemsToHtsCodeInput.htsCode ● String! non-null scalar

The HTS code to assign items to.

AssignItemsToHtsCodeInput.itemIds ● [ID!]! non-null scalar

The IDs of the shipment items to assign to the HTS code.

AssignItemsToHtsCodeInput.shipmentId ● ID! non-null scalar

The ID of the shipment.

Member Of

AssignItemsToHtsCodesInput input