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 overview
  • GET /api/pricer/products: list products relevant to pricing
  • GET /api/pricer/[sku]: SKU pricing view
  • GET /api/pricer/[sku]/fitments: fitments context for a SKU
  • GET /api/pricer/[sku]/keywords: keywords / search context
  • POST /api/pricer/[sku]/rescrape: re-run a scrape/research task
  • GET /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.