ShipmentHtsCodeInput
No description
input ShipmentHtsCodeInput {
allocatedAmount: BigDecimal
description: String
dutiesCost: BigDecimal
dutyRate: BigDecimal
htsCode: String!
shipmentId: ID!
}
Fields
ShipmentHtsCodeInput.allocatedAmount ● BigDecimal scalar
The allocated amount for this HTS code.
ShipmentHtsCodeInput.description ● String scalar
A description of the HTS code.
ShipmentHtsCodeInput.dutiesCost ● BigDecimal scalar
The total duties cost for this HTS code.
ShipmentHtsCodeInput.dutyRate ● BigDecimal scalar
The duty rate as a decimal (e.g., 0.05 for 5%).
ShipmentHtsCodeInput.htsCode ● String! non-null scalar
The Harmonized Tariff Schedule (HTS) code.
ShipmentHtsCodeInput.shipmentId ● ID! non-null scalar
The ID of the shipment to add the HTS code to.