Skip to main content

Products

Products describe the items you sell. The currently implemented surface is merchant-dashboard scoped.

The Product object

{
"id": "prod_abc123",
"object": "product",
"name": "Premium Plan",
"description": "Full access to all features",
"active": true,
"metadata": {},
"created": 1708300800
}

Endpoints

MethodEndpointDescription
GET/api/v1/merchant/productsList products
POST/api/v1/merchant/productsCreate a product
GET/api/v1/merchant/products/{id}Retrieve a product
PATCH/api/v1/merchant/products/{id}Update a product
PATCH/api/v1/merchant/products/{id}/activeActivate or deactivate a product
DELETE/api/v1/merchant/products/{id}Delete a product