πŸ“š API Documentation

RESTful API for the This Warm is for Profit e-commerce platform.

πŸ”— Base URL

https://warm.platphormnews.com/api/v1

πŸ₯ Health Check

GET/api/health

Check service health and status.

🍫 Products

GET/api/v1/products

List all products. Supports filtering by category and featured status.

Query Parameters:

  • category - Filter by: classic, mushroom, sprout
  • featured - Boolean to get featured products
GET/api/v1/products/{slug}

Get a single product by its slug.

πŸ“‹ Kanban Integration

GET/api/v1/kanban

Get kanban project info for order fulfillment workflow.

POST/api/v1/kanban

Create a fulfillment task (procurement, fulfillment, or success).

Request Body:

{
  "title": "Order #123 Fulfillment",
  "description": "Prepare and ship order",
  "type": "fulfillment",
  "order_id": "ord_123",
  "priority": "high"
}

πŸ“„ OpenAPI Specification

Full OpenAPI 3.1.0 specification available at:

πŸ”— /api/docs

πŸ€– LLM Discovery

🌐 Integrations

πŸ“‹ Kanban: kanban.platphormnews.com - Order fulfillment workflow

🎨 ASCII Art: ascii.platphormnews.com - Graphics generation

πŸ’³ Stripe: Secure payment processing