Skip to main content
PATCH
Partially update a product’s attributes. Only the fields provided in attributes are updated; existing fields are preserved.
string
required
The unique product ID (UUID).
object
required
Key-value pairs to update. Provide only the fields you want to change.
string
Optimistic concurrency control. If provided, the update fails with a 409 if the product has been modified since this timestamp.
string
Unique product ID.
object
The full attributes after the update.
string
Product status.
string
ISO 8601 timestamp of this update.
Setting expected_updated_at enables stale-write detection. If the product was modified after the provided timestamp, a 409 Conflict is returned with code: "stale_write".