PPC: Product family
ppc_product_familyLook up parent/child product hierarchy from the product library (Category Listing report). Use this when the user references a parent SKU, parent ASIN, product family, listing, or any product identifier that isn't a direct campaign name. Returns the parent product info and all child variants with their ASINs. After getting child ASINs, use ppc_advertised_products with the asins parameter to pull PPC performance for the entire family. IMPORTANT: When a user mentions a parent SKU (e.g. 'SEAMLESS-LARGE-SPATULAS'), this is NOT a campaign name — it's a product family identifier. Use this tool first to resolve the child ASINs, then query PPC data for those ASINs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Fuzzy search across SKU, ASIN, parent SKU, and product title. Use when unsure of the exact identifier. | |
| child_asin | No | A child ASIN — finds which parent family it belongs to and returns the full family. | |
| parent_sku | No | Exact parent SKU to look up (e.g. 'SEAMLESS-LARGE-SPATULAS'). Returns parent + all children. | |
| profile_id | No | Which advertising profile (see account_profiles). Optional when the token has exactly one. | |
| parent_asin | No | Parent ASIN to look up. Returns parent + all children. |