ProductAttributeListItem Data Type

A single item (value) within a product type attribute list.

Properties
Name Type Description
id number Resource identifier.
name string Display name of the attribute item.
version number Optimistic locking version.
attributeList object The attribute list this item belongs to.
rest array of object
ProductAttributeListItem (JSON)
{
  "productAttributeListItem" : {
    "id" : 12345,
    "name" : "...",
    "version" : 12345,
    "attributeList" : { },
    "rest" : [ { }, { } ]
  }
}
ProductAttributeListItem Data Type

A single item (value) within a product type attribute list.

Properties
Name Type Description
attributeList productTypeAttributeListPrime The attribute list this item belongs to.
id int Resource identifier.
link list of atomLink  
name string Display name of the attribute item.
version int Optimistic locking version.
ProductAttributeListItem (XML)
<productAttributeListItem>
  <id>...</id>
  <name>...</name>
  <version>...</version>
  <attributeList>
    <id>...</id>
    <name>...</name>
    <version>...</version>
    <containPicture>...</containPicture>
    <containUrl>...</containUrl>
    <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
  </attributeList>
  <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</productAttributeListItem>