Method: Printful::Item#product_template_id
- Defined in:
- lib/printful_client/models/item.rb
#product_template_id ⇒ Object
The ID of a Product Template to generate the printfiles from. The ‘variant_id` field must be passed as well. Can’t be combined with following fields: ‘sync_variant_id`, `external_variant_id`, `warehouse_product_variant_id`, `files`, `options`, `external_product_id`. [Examples](#section/Orders-API-examples/Using-a-product-template).
38 39 40 |
# File 'lib/printful_client/models/item.rb', line 38 def product_template_id @product_template_id end |