@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
24 lines (23 loc) • 645 B
text/typescript
// https://ns.editeur.org/onix/en/9
export enum ProductClassificationType {
_01 = '01', // WCO Harmonized System
_02 = '02', // UNSPSC
_03 = '03', // HMRC
_04 = '04', // Warenverzeichnis für die Außenhandelsstatistik
_05 = '05', // TARIC
_06 = '06', // Fondsgroep
_07 = '07', // Sender’s product category
_08 = '08', // GAPP Product Class
_09 = '09', // CPA
_10 = '10', // NCM
_11 = '11', // CPV
_12 = '12', // PKWiU
_13 = '13', // HTSUS
_14 = '14', // US Schedule B
_15 = '15', // Clave SAT
_16 = '16', // CN
_17 = '17', // CCT
_18 = '18', // CACT
_19 = '19', // NICO
_50 = '50', // Electre genre
}