Update product

PENDING 8 hrs Medium 2024-08-01

User Story

  • System shall provide options to edit and update product changes

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"]
      }
    ]
  }
]