PrintTechnology Data Type

A print technology available for an account, defining how designs are printed on products.

Properties
Name Type Description
id number Resource identifier.
version number Optimistic locking version.
name string Display name of the print technology.
orderIndex number Display order position.
active boolean Whether this print technology is active.
vectorEnabled boolean Whether vector graphics are supported.
bitmapEnabled boolean Whether bitmap/raster graphics are supported.
occupiedViewsCount boolean Whether occupied views are counted for pricing.
summarySymbolsEnable boolean Whether summary symbols are enabled in the creator.
priceFormula string Formula expression used to calculate the print price.
type PrintTechnologyType The underlying technology type (e.g. DTG, screen print).
motivePriceFormula string Formula expression used to calculate the motive price.
barcodeNaming string Barcode naming pattern for production labels.
enabledCreatorFrontend string Comma-separated list of enabled frontend creator features.
enabledCreatorBackend string Comma-separated list of enabled backend creator features.
rest array of object
PrintTechnology (JSON)
{
  "printTechnology" : {
    "id" : 12345,
    "version" : 12345,
    "name" : "...",
    "orderIndex" : 12345,
    "active" : true,
    "vectorEnabled" : true,
    "bitmapEnabled" : true,
    "occupiedViewsCount" : true,
    "summarySymbolsEnable" : true,
    "priceFormula" : "...",
    "type" : "SCREENPRINT",
    "motivePriceFormula" : "...",
    "barcodeNaming" : "...",
    "enabledCreatorFrontend" : "...",
    "enabledCreatorBackend" : "...",
    "rest" : [ { }, { } ]
  }
}
PrintTechnology Data Type

A print technology available for an account, defining how designs are printed on products.

Properties
Name Type Description
active boolean Whether this print technology is active.
barcodeNaming string Barcode naming pattern for production labels.
bitmapEnabled boolean Whether bitmap/raster graphics are supported.
enabledCreatorBackend string Comma-separated list of enabled backend creator features.
enabledCreatorFrontend string Comma-separated list of enabled frontend creator features.
id int Resource identifier.
link list of atomLink  
motivePriceFormula string Formula expression used to calculate the motive price.
name string Display name of the print technology.
occupiedViewsCount boolean Whether occupied views are counted for pricing.
orderIndex int Display order position.
priceFormula string Formula expression used to calculate the print price.
summarySymbolsEnable boolean Whether summary symbols are enabled in the creator.
type PrintTechnologyType The underlying technology type (e.g. DTG, screen print).
vectorEnabled boolean Whether vector graphics are supported.
version int Optimistic locking version.
PrintTechnology (XML)
<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 href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</printTechnology>