Declared import intent. Backstops intended-use inference: when the model can't determine the IUC from the product alone, the declared intent's code is used (confidence 1.0 — it's the importer's declaration, not a guess). Storefront flows should pass CONSUMER.
Declared unit count of the item. Fills the APHIS/FWS reporting quantity as a Number/count when no weight is declared (weight takes priority when both are present). APL is excluded — its reporting units are mass/volume/length only.
Declared container volume of the item, in volumeUnit. Prefills FDA's LACF/AF container-volume affirmation (AoC VOL) verbatim — the filing wants the size the packer filed, so it is never converted.
Volume unit of volume; required for the volume to be used, as there is no safe default. Only LITER and MILLILITER are volumes; any other unit is ignored.
Declared net weight of the item, in weightUnit. Converted to kilograms and used to prefill weight/quantity questions (net weight and per-agency reporting quantity).
Weight unit of weight; defaults to KILOGRAM when omitted. Only weight units apply; the value is converted to kilograms before prefilling, so every target question receives a KG value.
Input.
QuestionnaireInferItemInput
No description
Fields
catalogItemId
ID
countryOfOrigin
CountryCode
currency
CurrencyCode
value(ISO 4217); defaults to USD when omitted.description
String
hsCode
String!
Required
intendedUse
IntendedUseType
name
String
quantity
Decimal
targetId
ID!
Required
targetType
ResponseTargetType!
Required
value
Decimal
volume
Decimal
volumeUnit. Prefills FDA's LACF/AF container-volume affirmation (AoC VOL) verbatim — the filing wants the size the packer filed, so it is never converted.volumeUnit
ComplianceUnitOfMeasure
volume; required for the volume to be used, as there is no safe default. Only LITER and MILLILITER are volumes; any other unit is ignored.weight
Decimal
weightUnit. Converted to kilograms and used to prefill weight/quantity questions (net weight and per-agency reporting quantity).weightUnit
ComplianceUnitOfMeasure
weight; defaults to KILOGRAM when omitted. Only weight units apply; the value is converted to kilograms before prefilling, so every target question receives a KG value.