Product Booster
What it does
For a single product, generates a title and description optimised for the way LLMs cite and recommend products, taking into account the "known issues" surfaced by the e-commerce audit (missing attributes, weak claims, gaps vs competitors).
When to use it
- When the catalogue audit flags low PMF scores on a specific product.
- Before a paid campaign, to align copy to the AI queries observed.
- On hero products you want to make more "AI-quotable".
Required inputs
store_id(required): the active e-commerce store.product_id(required insideparams): the target product ID.audit_id(optional): if omitted, the latest completed audit is used.
Example output
{
"slug": "product-optimizer",
"store_id": "store-1",
"artifact_ids": ["art-prod-opt-1"],
"payload": {
"optimized_title": "...",
"optimized_description": "...",
"rationale": "..."
}
}