@teemill/node-red-custom-product

1.0.1 • Public • Published

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

Name Type Description
msg.image_url string Base64 encoded .png that will be printed on the product.
msg.item_code string Teemill 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.colours string Comma seperated list of colours the product will be available in. See the full list of availble options here.
msg.price string Retail price of the product.
msg.name string Name of the custom product.
msg.description string Description to be displayed on the product page.
msg.cross_sell boolean Defines 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.

Readme

Keywords

Package Sidebar

Install

npm i @teemill/node-red-custom-product

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

73 kB

Total Files

6

Last publish

Collaborators

  • js-wheeler
  • devanjs