Export Property Overrides Csv
Property Definitions
Export Property Overrides Csv
Export every enrichment override (per-ProductType + per-Category) as CSV.
Columns (see _OVERRIDES_CSV_COLUMNS):
product_type_key, property_key,
prompt_name_override, ai_matching_guidance_override,
enrichment_config_override_json (JSON-serialized dict or empty)
Per-Category rows use the category:<key> syntax in the
product_type_key column (matching the upload route’s contract),
so a round-trip via /overrides/upload-csv restores both surfaces
in another environment.
Per-ProductType rows are emitted first, then per-Category rows. Within each group rows are sorted for deterministic diffs.
GET
Export Property Overrides Csv