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