Skip to main content

HtsFinancialGroup

Financial aggregations for items grouped by HTS code

type HtsFinancialGroup {
allocatedAmount: MonetaryValue
description: String
dutiesCost: MonetaryValue
dutyRate: Decimal
estimatedWeight: Decimal
htsCode: String
id: ID
items: [ItemFinancialDetail!]
shippingCost: MonetaryValue
totalSkus: Int
totalUnits: Decimal
units: Int
}

Fields

HtsFinancialGroup.allocatedAmount ● MonetaryValue object common

Total allocated amount for this HTS group

HtsFinancialGroup.description ● String scalar common

Description of the HTS code

HtsFinancialGroup.dutiesCost ● MonetaryValue object common

Total duties cost for this HTS group

HtsFinancialGroup.dutyRate ● Decimal scalar common

The duty rate for this HTS code

HtsFinancialGroup.estimatedWeight ● Decimal scalar common

Sum of weights for all items in this HTS group

HtsFinancialGroup.htsCode ● String scalar common

The HTS (Harmonized Tariff Schedule) code for this group

HtsFinancialGroup.id ● ID scalar common

The ID of the SupplyShipmentHtsCode record for this group

HtsFinancialGroup.items ● [ItemFinancialDetail!] list object common

Individual items within this HTS group

HtsFinancialGroup.shippingCost ● MonetaryValue object common

Sum of allocated shipping costs for all items in this group

HtsFinancialGroup.totalSkus ● Int scalar common

Count of unique SKUs in this HTS group

HtsFinancialGroup.totalUnits ● Decimal scalar common

Sum of quantities for all items in this HTS group

HtsFinancialGroup.units ● Int scalar common

Units count for this HTS group

Member Of

ItemsFinancial object