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