@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
28 lines (27 loc) • 836 B
text/typescript
// https://ns.editeur.org/onix/en/80
export enum ProductPackagingType {
_00 = '00', // No outer packaging
_01 = '01', // Slip-sleeve
_02 = '02', // Clamshell
_03 = '03', // Keep case
_05 = '05', // Jewel case
_06 = '06', // Digipak
_08 = '08', // Shrink-wrapped (biodegradable)
_09 = '09', // In box (with lid)
_10 = '10', // Slip-cased
_11 = '11', // Slip-cased set
_12 = '12', // Tube
_13 = '13', // Binder
_14 = '14', // In wallet or folder
_15 = '15', // Long triangular package
_16 = '16', // Long square package
_17 = '17', // Softbox (for DVD)
_18 = '18', // Pouch
_19 = '19', // Rigid plastic case
_20 = '20', // Cardboard case
_21 = '21', // Shrink-wrapped
_22 = '22', // Blister pack
_23 = '23', // Carry case
_24 = '24', // In tin
_25 = '25', // With browse-prevention tape
}