5.12 Create Products
{
"name": "Product Name",
"merchant_id": 1,
"price": 29.99,
"description": "Product Description",
"image": "product_image.jpg",
"category_id": 1,
"is_active": true,
"order": 1
}Last updated
{
"name": "Product Name",
"merchant_id": 1,
"price": 29.99,
"description": "Product Description",
"image": "product_image.jpg",
"category_id": 1,
"is_active": true,
"order": 1
}Last updated