@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
10 lines (9 loc) • 348 B
text/typescript
// https://ns.editeur.org/onix/en/168
export enum PriceConditionQuantityType {
_01 = '01', // Time period
_02 = '02', // Number of updates
_03 = '03', // Number of linked products
_04 = '04', // Number of copies of this product
_05 = '05', // Minimum number of linked products
_06 = '06', // Maximum number of copies of this product
}