Skip to main content
PATCH
Update a product

Authorizations

Authorization
string
header
required

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

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-08-21

Path Parameters

productId
string<uuid>
required

Body

application/json
title
string
Required string length: 1 - 1024
description
string | null
Maximum string length: 10000
slug
string | null
Required string length: 1 - 1024
status
enum<string>

ProductStatus

Available options:
active,
archived,
draft
externalCheckoutUrl
string<uri> | null

Response

Update a product

object
enum<string>
required
Available options:
product
id
string<uuid>
required
title
string
required
description
string | null
required
slug
string | null
required
status
enum<string>
required

ProductStatus

Available options:
active,
archived,
draft
type
string
required
externalCheckoutUrl
string<uri> | null
required