SupplyShipmentHtsCode
Represents an HTS code record associated with a shipment
type SupplyShipmentHtsCode {
createdAt: ISO8601DateTime!
description: String
dutiesCost: MonetaryValue
dutyRate: Decimal
enteredAmount: MonetaryValue
htsCode: String!
id: ID!
updatedAt: ISO8601DateTime!
}
Fields
SupplyShipmentHtsCode.createdAt ● ISO8601DateTime! non-null scalar common
Timestamp when the record was created
SupplyShipmentHtsCode.description ● String scalar common
Description of the HTS code
SupplyShipmentHtsCode.dutiesCost ● MonetaryValue object common
Total duties cost for this HTS code
SupplyShipmentHtsCode.dutyRate ● Decimal scalar common
The duty rate for this HTS code
SupplyShipmentHtsCode.enteredAmount ● MonetaryValue object common
The duties amount the invoice states for this HTS category, saved as a fact and distributable via HTS_AMOUNTS
SupplyShipmentHtsCode.htsCode ● String! non-null scalar common
The HTS (Harmonized Tariff Schedule) code
SupplyShipmentHtsCode.id ● ID! non-null scalar common
Unique identifier of the HTS code record
SupplyShipmentHtsCode.updatedAt ● ISO8601DateTime! non-null scalar common
Timestamp when the record was last updated
Returned By
supplyShipmentHtsCodes query