/
RE
replo
/
Replo Public API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21h ago · Updated 21h ago
Details
Filter operations
Agent
5
Analytics
1
Api-keys
1
Assets
2
Custom-domains
5
Orders
2
Products
4
get
List products
post
Create a product
get
Get a product
patch
Update a product
Projects
2
Sites
3
Tasks
5
Products
Create a product
post
/products
Headers
Replo-Api-Version
'2026-08-21'
required
The public API version to use for this request.
Request body
object
required
title
string
required
description
string
nullable
slug
string
nullable
externalCheckoutUrl
string
uri
nullable
projectId
string
uuid
required
Response
Create a product
Product
required
object
'product'
required
id
string
uuid
required
title
string
required
description
string
nullable
required
slug
string
nullable
required
status
'active'
|
'archived'
|
'draft'
required
ProductStatus
type
string
required
externalCheckoutUrl
string
uri
nullable
required
Changes