Managed and Premium Tariff Code Classification

Version v2
Classifications
CreateHSClassificationRequest
GetHSClassification
HSCodeValidationRequest
HSCodeVerificationRequest
NomenclatureChangeWebhook
WebhookCallback

DutyChange

Describes a single duty rate change.

Parameters
hsCodeRequired
string

Provides the HS code the duty applies to.

eventTypeRequired
string

Identifies the type of duty change. The value is DUTY_RATE_CHANGE, DUTY_ADDED, DUTY_REMOVED, or FTA_UPDATE.

Enum: DUTY_RATE_CHANGE, DUTY_ADDED, DUTY_REMOVED, FTA_UPDATE
tariffSystemCodeOptional
string

Provides the tariff system the duty change belongs to, for example, EU.

effectiveCountriesOptional
array

Lists the countries this duty change applies to, resolved from the tariff system. This field replaces the former single duty countryCode.

rateLabelOptional
string

Provides a human-readable label for the duty rate.

tradeGroupNameOptional
string

Provides the trade group or FTA name for FTA changes.

previousOptional

Provides the duty rate before the change. This field is omitted for a DUTY_ADDED event.

currentOptional

Provides the duty rate after the change. This field is omitted for a DUTY_REMOVED event.

effectiveFromOptional
string

Provides the date and time when the duty change takes effect, in ISO-8601 format.

effectiveToOptional
string

Provides the date and time when the duty rate stops being effective, in ISO-8601 format. This field is null when the duty rate does not have an expiry date.