Skip to main content

Products

Products represent items in your catalog. Use them with checkout sessions to create itemized payment links.

Soft Deletion

Deleting a product sets active to false. It remains in the system for historical reference but won’t appear in active product lists.

Endpoints

MethodPathDescription
POST/v1/productsCreate a product
GET/v1/products/{id}Get a product
GET/v1/productsList products
PATCH/v1/products/{id}Update a product
DELETE/v1/products/{id}Delete (soft) a product