Method: Printful::Item#external_product_id
- Defined in:
- lib/printful_client/models/item.rb
#external_product_id ⇒ Object
The External Product ID associated with 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`, `product_template_id`. [Examples](#section/Orders-API-examples/Using-a-product-template).
41 42 43 |
# File 'lib/printful_client/models/item.rb', line 41 def external_product_id @external_product_id end |