Product Center
Current status: Beta
Product Center helps you manage NoxInfluencer-collected product items and custom tags. It is most useful when you need approved product records that can be attached to an email task as product cards.
Best-fit scenarios
- You need to list or inspect collected products before an email campaign
- You want to analyze a product URL before creating a collected product record
- You need a stable
product_collect_idfor an email product card - You want to organize product records with custom tags
Current beta scope
- Query product center records with JSON-first filters
- Read one product by
product_collect_id - Analyze a product link before creating a product record
- Create, update, or delete collected product records
- List, create, update, and delete product custom tags
- Provide
product_collect_idvalues to Email Tasks product-card commands
Key commands
Use schema when you need exact body fields:
noxinfluencer schema "product list"
noxinfluencer schema "product analyze-link"
noxinfluencer schema "product create"
noxinfluencer schema "email products replace"
Common Product Center commands:
noxinfluencer product list --body-file product-query.json
noxinfluencer product get <product_collect_id>
noxinfluencer product analyze-link --body-file product-link.json
noxinfluencer product create --body-file product.json --force
noxinfluencer product update <product_collect_id> --body-file product-update.json --force
noxinfluencer product delete <product_collect_id> --force
Custom tag commands:
noxinfluencer product tags list
noxinfluencer product tags create --body-file product-tag.json --force
noxinfluencer product tags update <tag_id> --body-file product-tag.json --force
noxinfluencer product tags delete <tag_id> --force
Product cards in email tasks
Email product cards use Product Center collect IDs:
noxinfluencer email products list <task_id>
noxinfluencer email products replace <task_id> --body-file email-products.json --force
noxinfluencer email products delete <task_id> <email_product_id> --force
The replace body uses product_collect_ids:
{
"product_collect_ids": ["<product_collect_id>"]
}
Safe execution rules
- Product Center write commands default to dry-run; use
--forceonly after you approve the exact product or tag action - JSON-first commands use
--body-file; inspect schema before preparing product filters or write bodies product createrequires eitherlinkorexternal_product_idplusproduct_typeproduct updateis partial; omittedcustom_tag_idspreserve current tagsemail products replacereplaces the current product cards on the task primary projectemail products replacesupports at most 5product_collect_ids
Current boundary
- Product Center manages NoxInfluencer product records; it does not operate external ecommerce stores
product_collect_idis not the same as an external marketplace product ID- Deleting an email product card removes the task-card relation, not the Product Center item itself
- Product Center is separate from Brand Monitor product signals and brand-monitor product assets




