Create Product
- Request-Type: POST
- Platform: BOTH
- Endpoint:
/product/create - Query-parameters: None
- Auth-token required: YES
Example request body
{
"parent": 12,
"type": "PRODUCT",
"name": "Asus TUF monitor",
"is_listed": true,
"name_piece": "",
"available_quantities": 5,
"price_range": "23000 24000",
"currency": "INR",
"description": "Desktop gaming monitor",
"images": [
"/9j/4AAQSkZJRgABAQAAAQABA..."
]
}
parentis theseqof the category that the product belongs to.imagesis a list of images in base64 format