ProductAssignedAttributeListItem Data Type

Assignment of an attribute list item to a product, representing a selected product attribute value.

Properties
Name Type Description
id number Resource identifier.
listItem ProductAttributeListItem The attribute list item assigned to the product.
version number Optimistic locking version.
rest array of object
Used in
ProductAssignedAttributeListItem (JSON)
{
  "assignedAttributeListItem" : {
    "id" : 12345,
    "listItem" : {
      "id" : 12345,
      "name" : "...",
      "version" : 12345,
      "attributeList" : { },
      "rest" : [ { }, { } ]
    },
    "version" : 12345,
    "rest" : [ { }, { } ]
  }
}
ProductAssignedAttributeListItem Data Type

Assignment of an attribute list item to a product, representing a selected product attribute value.

Properties
Name Type Description
id int Resource identifier.
link list of atomLink  
listItem ProductAttributeListItem The attribute list item assigned to the product.
version int Optimistic locking version.
Used in
ProductAssignedAttributeListItem (XML)
<assignedAttributeListItem>
  <id>...</id>
  <listItem>
    <id>...</id>
    <name>...</name>
    <version>...</version>
    <attributeList>
      <id>...</id>
      <name>...</name>
      <version>...</version>
      <containPicture>...</containPicture>
      <containUrl>...</containUrl>
      <link xmlns="http://www.w3.org/2005/Atom"/>
    </attributeList>
    <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
  </listItem>
  <version>...</version>
  <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</assignedAttributeListItem>