Docs
Clear, task-focused documentation for each area of the LPS Sync Dashboard.
Pricer
Purpose
Pricer is for pricing-related tooling (research, review, and supporting data) used to help maintain competitive and correct pricing.
What you can do here
- Look up a SKU in pricing context.
- Review pricing research outputs and related metadata.
- Adjust settings that affect pricing workflows (where enabled).
Key UI pages
Related API routes
These are implemented under app/api/pricer/...:
GET /api/pricer: pricer overviewGET /api/pricer/products: list products relevant to pricingGET /api/pricer/[sku]: SKU pricing viewGET /api/pricer/[sku]/fitments: fitments context for a SKUGET /api/pricer/[sku]/keywords: keywords / search contextPOST /api/pricer/[sku]/rescrape: re-run a scrape/research taskGET /api/pricer/settings: pricer settings
Troubleshooting
- Research data missing: verify the upstream data source (S3/Dynamo/etc) used by the pricer routes and re-run the specific task if available.