Skip to main content
PUT
Upsert Products

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
products
ProductInput · object[]
required

Array of products to create or update

Response

Successful Response

job_id
string
required

Unique job identifier for tracking progress via GET /catalog/jobs/{job_id}

total
integer
required

Total number of products in this upload

to_embed
integer
required

Number of products queued for embedding (new or changed content)

unchanged
integer
required

Number of products skipped (content unchanged, no re-embedding needed)

status
string
default:accepted

Initial job status (always 'accepted')