我需要标记可在 Infusionsoft 中下载的产品。我将通过 API 上传这些产品。有没有办法我可以做到这一点?我可以标记联系人但不能标记产品?另一种选择是使用自定义字段,但它们也仅用于联系服务、公司和订单。
问问题
197 次
1 回答
1
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.
于 2014-06-10T15:29:56.213 回答