Skip to main content
PUT
Update a product

Authorizations

x-api-key
string
header
required

Sellfern public API key scoped to the authenticated organization. Do not use user JWTs for public integrations.

Headers

Idempotency-Key
string
required

Required for public write retries. Reuse the same key for safe retry after network or 5xx uncertainty. Reusing a key with a different request returns 422 idempotency_conflict.

Required string length: 1 - 255

Path Parameters

id
integer
required

Product ID.

Required range: x >= 1

Body

application/json
sku
string
spu
string
title
string
description
string
price
number
tags
string[]
images
string[]
stores
string[]
platforms
string[]

Response

Mutation completed successfully.

success
boolean
required
Example:

true

data
object
required
meta
object