Skip to main content
POST
Import Missing Products from Royalty Data
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/royaltyproducts/import Scans BigQuery royalty data for UPCs that don’t exist in the catalog and stages them in the CatalogImportItem table for admin review. Products use BigQuery metadata only (no Spotify enrichment in v1). Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Import job queued successfully

status
string
Example:

"success"

message
string
Example:

"Product import job queued"

data
object