Product tags in infusionsoft

209 Views Asked by At

I need to tag products that are downloadable in Infusionsoft. I will be uploading those products through API. Is there a way i can achieve this? I can tag contacts but not products? Also an alternative was to use custom fields but they are also only for Contact Service,Company and order.

1

There are 1 best solutions below

0
On

You cannot create tags for anything other than contacts.

There are a few ways to hack it though:

  • Append a specific value to the SKU
  • Use the NeedsDigitalDelivery column
  • Set a specific value in the InventoryLimit column

These options may not be ideal, but they may provide a workaround to the limitations of the product table.