UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

23 lines (22 loc) 769 B
// https://ns.editeur.org/onix/en/68 export enum MarketPublishingStatus { _00 = '00', // Unspecified _01 = '01', // Cancelled _02 = '02', // Forthcoming _03 = '03', // Postponed indefinitely _04 = '04', // Active _05 = '05', // No longer our product _06 = '06', // Out of stock indefinitely _07 = '07', // Out of print _08 = '08', // Inactive _09 = '09', // Unknown _10 = '10', // Remaindered _11 = '11', // Withdrawn from sale _12 = '12', // Not available in this market _13 = '13', // Active, but not sold separately _14 = '14', // Active, with market restrictions _15 = '15', // Recalled _16 = '16', // Temporarily withdrawn from sale _17 = '17', // Permanently withdrawn from sale _18 = '18', // Active, but not sold as set }