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

titlestring required
descriptionstring nullable
slugstring nullable
externalCheckoutUrlstring uri nullable
projectIdstring uuid required

Response

Create a product

object'product' required
idstring uuid required
titlestring required
descriptionstring nullable required
slugstring nullable required
status'active' | 'archived' | 'draft' required

ProductStatus

typestring required
externalCheckoutUrlstring uri nullable required

Changes