Enrich Existing Products
/checklist/products/enrich
Description
/checklist/products/enrich Selects existing products matching the provided filters and stages them for admin review. Product enrichment currently uses existing metadata only (no external API enrichment in v1). Authorization:- Required role:
adminor higher
POST
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
Filters for selecting existing catalog items to enrich
Only include items where these fields are empty/null
genre, artist, explicit, releaseDate, label, duration Filter assets by ISRC prefix (e.g. 'NGA')
Filter products by UPC prefix
Exact-match list of ISRCs (assets endpoint). When supplied and non-empty,
this supersedes isrcPrefix and search. Capped at 1000 entries; values
are trimmed and de-duplicated. Use this for bulk "Enrich Selected (N)"
actions instead of issuing N sequential prefix calls.
1000Exact-match list of UPCs (products endpoint). When supplied and non-empty,
this supersedes upcPrefix and search. Capped at 1000 entries; values
are trimmed and de-duplicated.
1000Specific asset/product UUIDs to enrich
Text search on title
Maximum items to process