ProductAssignedPrintTechnology Data Type

Assignment of a print technology to a product, controlling which print methods are available.

Properties
Name Type Description
id number Resource identifier.
default boolean Whether this is the default print technology for the product.
version number Optimistic locking version.
orderIndex number Display order position among the product's print technologies.
productTypePrintTechnology object The product type level print technology assignment this derives from.
rest array of object
Used in
ProductAssignedPrintTechnology (JSON)
{
  "assignedPrintTechnology" : {
    "id" : 12345,
    "default" : true,
    "version" : 12345,
    "orderIndex" : 12345,
    "productTypePrintTechnology" : { },
    "rest" : [ { }, { } ]
  }
}
ProductAssignedPrintTechnology Data Type

Assignment of a print technology to a product, controlling which print methods are available.

Properties
Name Type Description
default boolean Whether this is the default print technology for the product.
id int Resource identifier.
link list of atomLink  
orderIndex int Display order position among the product's print technologies.
productTypePrintTechnology productTypeAssignedPrintTechnologyPrime The product type level print technology assignment this derives from.
version int Optimistic locking version.
Used in
ProductAssignedPrintTechnology (XML)
<assignedPrintTechnology>
  <id>...</id>
  <default>...</default>
  <version>...</version>
  <orderIndex>...</orderIndex>
  <productTypePrintTechnology>
    <id>...</id>
    <default>...</default>
    <active>...</active>
    <version>...</version>
    <printTechnology>
      <id>...</id>
      <version>...</version>
      <name>...</name>
      <orderIndex>...</orderIndex>
      <active>...</active>
      <vectorEnabled>...</vectorEnabled>
      <bitmapEnabled>...</bitmapEnabled>
      <occupiedViewsCount>...</occupiedViewsCount>
      <summarySymbolsEnable>...</summarySymbolsEnable>
      <priceFormula>...</priceFormula>
      <type>...</type>
      <motivePriceFormula>...</motivePriceFormula>
      <barcodeNaming>...</barcodeNaming>
      <enabledCreatorFrontend>...</enabledCreatorFrontend>
      <enabledCreatorBackend>...</enabledCreatorBackend>
      <link xmlns="http://www.w3.org/2005/Atom"/>
    </printTechnology>
    <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
  </productTypePrintTechnology>
  <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</assignedPrintTechnology>