Sizeslong
Sizeslong is a data representation concept used in product catalogs and inventory systems to store a long-form, multi-attribute description of an item's size in a single field. It is typically employed when items have several dimensional properties that may vary by category or region, and when a system requires a compact way to carry all size-related information for search, filtering, or display. The term is not part of a formal standard and is used informally in documentation and pipelines.
Common implementations encode sizeslong as a delimited string containing dimension names, values, and units, for example:
Considerations include parsing, unit consistency, and localization. Because sizeslong is informal, inconsistencies between entries (different dimension
See also: size, sizes, long-form data, dimensional attributes, data normalization.