Create Product
createProductCreate a new product by providing title, price, description, category, and image URL.
Instructions
Creates a product. Note: fakestoreapi.com simulates writes and does not persist them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| price | Yes | ||
| title | Yes | ||
| category | Yes | ||
| description | Yes |