Skip to main content
GET
Bulk Delivery Readiness Check
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product/delivery-readiness Description: Bulk delivery-readiness check across the tenant’s catalog for a single provider. Returns one row per product with isValid + errorCount + the full structured checks breakdown, so the client can render a “FUGA Ready” column/filter without N round-trips per product. checks.artwork.candidates[].key is the value PATCH /product/{id}/cover-art accepts to override the delivered cover. Authorization:
  • Required role: user or higher
Method: GET Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

provider
string
default:fuga-csv
productIds
string

Comma-separated product IDs.

limit
integer
default:500
Required range: x <= 1000

Response

Readiness check completed

status
string
Example:

"success"

message
string
Example:

"Readiness check completed"

data
object