onix-codelist
Version:
ONIX 3.0 Code lists
21 lines (20 loc) • 429 B
TypeScript
export declare enum PublishingStatus {
Unspecified,
Cancelled,
Forthcoming,
PostponedIndefinitely,
Active,
NoLongerOurProduct,
OutOfStockIndefinitely,
OutOfPrint,
Inactive,
Unknown,
Remaindered,
WithdrawnFromSale,
Recalled,
Recalled_deprecated,
ActiveButNotSoldSeparately,
TemporarilyWithdrawnFromSale,
PermanentlyWithdrawnFromSale,
ActiveButNotSoldAsSet
}