User Story
- System shall provide option to delete product.
REST API
JSON Structure
[
{
"id": "string",
"createdAt": "2024-08-01T13:09:21.718Z",
"updatedAt": "2024-08-01T13:09:21.718Z",
"name": "string",
"images": [
{
"id": "string",
"createdAt": "2024-08-01T13:09:21.718Z",
"updatedAt": "2024-08-01T13:09:21.718Z",
"name": "string",
"url": "string"
}
],
"products": [
{
"id": "string",
"createdAt": "2024-08-01T13:09:21.718Z",
"updatedAt": "2024-08-01T13:09:21.718Z",
"name": "string",
"description": "string",
"brand": "string",
"model": "string",
"make": "string",
"quantity": 0,
"price": 0,
"costPrice": 0,
"unit": "string",
"hsnCode": "string",
"gstPercentage": 0,
"scanCode": "string",
"images": [
{
"id": "string",
"createdAt": "2024-08-01T13:09:21.718Z",
"updatedAt": "2024-08-01T13:09:21.718Z",
"name": "string",
"url": "string"
}
],
"categories": ["string"]
}
]
}
]