tcg_pricing_snapshot
Record a price quote for a TCG card listing into the pricing snapshots table, creating separate rows for each graded variant from providers.
Instructions
Fetch a price quote and write it as a row in the pricing_snapshots table.
For graded providers (PriceCharting), every graded_level becomes its own snapshot row (so you can later track PSA 10 vs PSA 9 separately). The raw provider payload is stored on the FIRST row only to avoid bloat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |