Pricing Optimization
pricing_optimizeFilter pricing recommendations to only products with actionable price changes. Returns a sorted list of optimizations with current and suggested prices, change percent, reason, and daily revenue impact. Use for focused pricing adjustments.
Instructions
Filtered pricing recommendations — only products where a price change is suggested. Returns a summary with total_suggestions count and an optimizations array (product, current_price, suggested_price, change_percent, reason, daily_revenue), sorted by absolute change_percent (biggest moves first). Use this instead of pricing_analyze when you only want actionable changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | UUID of a connected store (returned by store_connect with action="connect" or visible in store_connect with action="list" / the store_overview resource) |