Skip to main content
PATCH
Set Product Cover Art
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product//cover-art Description: Pins which image on a product is used as the delivery cover art. A product’s media array often holds several images (for example a low-resolution thumbnail created by a release-to-product transfer alongside the real high-resolution cover). By default the server selects the cover automatically — the largest deliverable image at or above the 1000x1000 enhance floor. This endpoint is the manual override for when that automatic choice is wrong. Pass a mediaKey taken from checks.artwork.candidates[].key in GET /product/delivery-readiness. Pass null to clear the override and return to automatic selection. The flag is exclusive: setting one image clears it on all others. Method: PATCH Path Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Product ID

Body

application/json
mediaKey
string | null
required

Key of the image to deliver, from checks.artwork.candidates[].key. Null clears the override.

Example:

"19_TENANT/202607/Product/Artwork/731851492811/cover.jpg"

Response

Cover art updated

status
string
Example:

"success"

message
string
Example:

"Cover art updated"

data
object