# Read Pinterest catalogue sales performance by product

> Tier: recipe. Operating recipe: real tool sequence, core rules, known traps.

Catalogue and conversion product reports, routed async when windows are wide.

**Intent.** Which products Pinterest actually sells, at SKU grain.

## When to use

- Retail accounts, monthly.
- Merchandising reviews.

## When not to use

- No specific contraindication beyond the preconditions below.

## Sources

Required: Pinterest Ads

## Preconditions

- The account is ticked in the dashboard, confirmed via list_accounts.

## Inputs

- `window`: Analysis window. Default: last 30 days.

## Procedure

1. Run the catalogue report, async if the window demands. — tools: `pinterest_run_catalog_report`
2. Run the conversion product report for SKU truth. — tools: `pinterest_run_conversion_product_report`

## Decision rules

- **When** Product groups earn while singles inside them starve → **conclude** The group masks distribution: descend before judging products.

## Evidence requirements

- Every figure carries its account, metric and window.
- Anything below a readable sample size is reported as unjudged, not as zero.

## Human approval boundary

- The readout changes nothing. Any change it motivates goes through Safe Writes: preview, human confirmation, then apply.

## Failure modes

- Wide windows overflow sync limits: async or truncate, never silently the latter.

## Output

- **Readout**: The figures, with windows and accounts named.
- **Flags**: What deserves a deeper skill or a human decision.

## Related

- Skill: [product-performance](https://www.getmcpads.com/skills/product-performance.md)
