1.0.1 • Published 1 year ago

@teemill/node-red-custom-product v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Teemill custom product node

This node connects Node-Red to the Teemill API, and enables you to create a flow that will take any image then put it on a t-shirt. The Node accepts images in BASE64 format and will return a custom product URL where people can buy that image on a real product. It will work out of the box just for fun, or create a free Teemill account then replace the default API credentials with your own if you want to publish your project online and take a share of the profit.

Inputs

NameTypeDescription
msg.image_urlstringBase64 encoded .png that will be printed on the product.
msg.item_codestringTeemill item code identifier to specify which product to print on. Defaults to RNA1 (unisex organic t-shirt). See the full list of availble options here.
msg.coloursstringComma seperated list of colours the product will be available in. See the full list of availble options here.
msg.pricestringRetail price of the product.
msg.namestringName of the custom product.
msg.descriptionstringDescription to be displayed on the product page.
msg.cross_sellbooleanDefines whether to offer the design on other product types on the product page. Defaults to 1.

Docs

This node offers all options available via the Teemill Custom Product API - refer to the docs for all available options.