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
items: [ItemFinancialDetail!]
shippingCost: MonetaryValue
totalSkus: Int
totalUnits: Decimal
units: Int
}

Fields

HtsFinancialGroup.allocatedAmount ● MonetaryValue object

Total allocated amount for this HTS group

HtsFinancialGroup.description ● String scalar

Description of the HTS code

HtsFinancialGroup.dutiesCost ● MonetaryValue object

Total duties cost for this HTS group

HtsFinancialGroup.dutyRate ● Decimal scalar

The duty rate for this HTS code

HtsFinancialGroup.estimatedWeight ● Decimal scalar

Sum of weights for all items in this HTS group

HtsFinancialGroup.htsCode ● String scalar

The HTS (Harmonized Tariff Schedule) code for this group

HtsFinancialGroup.items ● [ItemFinancialDetail!] list object

Individual items within this HTS group

HtsFinancialGroup.shippingCost ● MonetaryValue object

Sum of allocated shipping costs for all items in this group

HtsFinancialGroup.totalSkus ● Int scalar

Count of unique SKUs in this HTS group

HtsFinancialGroup.totalUnits ● Decimal scalar

Sum of quantities for all items in this HTS group

HtsFinancialGroup.units ● Int scalar

Units count for this HTS group

Member Of

ItemsFinancial object