SupplyShipmentHtsCode
Represents an HTS code record associated with a shipment
type SupplyShipmentHtsCode {
allocatedAmount: MonetaryValue
createdAt: ISO8601DateTime!
description: String
dutiesCost: MonetaryValue
dutyRate: Decimal
htsCode: String!
id: ID!
items: [SupplyShipmentItem!]!
updatedAt: ISO8601DateTime!
}
Fields
SupplyShipmentHtsCode.allocatedAmount ● MonetaryValue object common
Total allocated amount for this HTS code
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.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.items ● [SupplyShipmentItem!]! non-null object shipments
Shipment items assigned to this HTS code
SupplyShipmentHtsCode.updatedAt ● ISO8601DateTime! non-null scalar common
Timestamp when the record was last updated
Returned By
supplyShipmentHtsCodes query