🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Retrieve a specific product by ID
GET /api/products/{product_id}
product_id
{ "id": "prod_123456789", "name": "Premium Service", "price": 99.99, "currency": "USD", "description": "Premium service package", "category": "Services", "created_at": "2023-01-01T00:00:00Z" }