Understand supported attribute types

Prev Next

In PX Cloud, attributes define the structure of your product data. Each attribute belongs to a specific type that determines what kind of information it can hold. For example, names and descriptions, numeric values with units, classifications, dates, booleans, and complex structured data.

This topic describes the attribute types supported in PX Cloud, grouped by the nature of their underlying data (text, numeric, measurement, date/time, classification, and structured data).

Textbox

A Textbox attribute allows you to enter short or single-line phrases such as name, identifier, and short description.

For example, Product Name, GTIN, or Status.

pxc

Text area

Reference List

A Reference List attribute allows you to select single or multiple values from a predefined list (reference data).

For example, Color, Size, or Country of Origin.

pxc

Boolean

A Boolean attribute allows you to select one of two possible values, such as True or False, Yes or No.

For example, Media Reviewed, Image Required.

pxc

Path

A Path attribute allows you to assign a product to a classification within a taxonomy.

For example, Master Taxonomy, Web Classification.

pxc

Date / Date-time

A Date / Date-time attribute allows you to enter the date and time as per the format, or select from the Calendar. You can switch to any previous or upcoming year and a month to select the date and time.

For example, Created Date, Last Updated, or Published Time.

Note:

If you do not specify the time, then the default time 12:00:00 AM or 00:00:00, will be selected.

pxc

Nested

A Nested attribute is a group of related child attributes that can have values in multiple rows. The child attributes of a nested attribute can be dependent on each other.

You can use a Nested attribute when you need a simple repeating structure with one level of child attributes.

For example, Address (State attribute is dependent on Country), Merchant Details, or Manufacturer Details.

pxc

Deeply Nested Attribute

A Deeply Nested Attribute (DNA) is a reusable group of attributes arranged in multiple levels (a hierarchical structure). It consists of complex, multi‑level structured data where each level can itself contain multiple attributes or further nested structures (DNA).

You can manage a DNA as:

  • Single structured record (non-collection), or

  • Multiple structured records (collection).

Each child level (from the zeroth level to the n‑th child level) within a DNA supports:

  • Textbox

  • Integer/Decimal

  • Boolean

  • Date/Date-time

  • Reference

  • Unit of Measurement (UOM)

  • DNA

For example, Nutritional Information, Technical Specifications, Product Specifications, or Regulatory Data.
pxc

Number

UOM

Rich Text

Rich Text attribute during the edit mode displays an editor that allows you to add or edit the attribute value using various formatting options.

pxc

Supported and Unsupported HTML Tags

Supported HTML Tags Unsupported HTML Tags
  • a, abbr, address, article, aside,
  • b, bdi, bdo, blockquote, br,
  • caption, cite, code, col, colgroup,
  • dd, del, details, dfn, div, dl, dt,
  • em, figcaption, figure,
  • h1, h2, h3, h4, h5, h6, hgroup, hr,
  • i, img, ins, kbd, label, li, mark, ol, p, pre, rp, rt, ruby,
  • s, samp, section, small, span, strike, strong, sub, summary, sup
  • table, tbody, td, tfoot, th, thead, time, tr
  • u, ul, var, wbr
  • area, audio, base, button
  • canvas, datalist, dialog, embed
  • fieldset, footer, form, header
  • iframe, input, keygen, legend
  • link, main, map, menu
  • menuitem, meter, nav, noscript
  • object, optgroup, option, output
  • param, progress, queue, script
  • select, source, style, textarea
  • title, track, video
Supported and Unsupported HTML Attributes

Supported HTML Attributes Unsupported HTML Attributes Unsupported HTML Attributes (contd..) Supported Style Attributes
  • align, alt, aria-.*,
  • background, bgcolor, border,
  • cellpadding, cellspacing
  • cite, color, colspan,
  • datetime, dir, for,
  • headers, height, href, hreflang,
  • rel, reversed, rowspan,
  • scope, sizes, span, src,
  • srcset, style, summary, step,
  • target, title, type
  • valign, width
  • accept, accept-charset, accesskey, action
  • allowfullscreen, allowtransparency, async, autocomplete
  • autofocus, autoplay, autosave, charset
  • checked, class, cols, content
  • contenteditable, contextmenu, controls, coords
  • data, data-.*, default, defer
  • dirname, disabled, download, draggable
  • dropzone, enctype, form, formaction
  • frameborder, hidden, high, http-equiv
  • icon, id, ismap, itemprop
  • keytype, kind, label, lang
  • language, list, loop, low
  • max, maxlength, media, method
  • min, mozallowfullscreen, multiple, muted
  • name, novalidate, open, optimum
  • pattern, ping, placeholder, playsinline
  • poster, preload, pubdate, radiogroup
  • readonly, required, rows, sandbox
  • scoped, scrolling, seamless, selected
  • shape, size, srcdoc, srclang
  • start, spellcheck, tabindex, translate
  • usemap, value, webkitallowfullscreen, wrap
  • background, background-color, border, border-.*
  • color, font-size, font-style, font-weight
  • height, margin, margin-bottom, margin-left
  • margin-right, margin-top, padding, padding-bottom
  • padding-left, padding-right, padding-top, text-align
  • text-decoration, text-indent, vertical-align, width

Key Points:

  • You can view the HTML tags that are applied to your content in the Code View mode. During export, the downloaded excel file contains the attribute values with HTML tags.

  • For Excel, CSV, or JSON imports, you must manually add HTML tags for Rich Text attribute values. If you import values without HTML tags, the application considers the content as plain text and does not display any error.

  • The editor converts only a few special characters, such as < , > , & to HTML-encoded values, and retains the remaining special characters as is in the Code View mode.

  • The Rich Text Editor (RTE) supports copying and pasting HTML content from and to external sources.

  • The RTE does not support the external font family.