v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get a Pricelist Details

get/products/pricelist/{pricelist_uid}

Path parameters

pricelist_uidstring required

Response

200

typestring

Example response

{
  "type": "success",
  "data": {
    "pricelist_uid": "82b8f5a0-3e9a-11ef-9ce4-1d9d49193912",
    "pricelist_name": "PER ITEM MARGIN $100",
    "pricelist_type": "PER_ITEM",
    "line_items": [
      {
        "product": {
          "product_uid": "ea505360-ea9a-11ee-b542-79f15e682242",
          "prefix": "XR",
          "product_id": "55X90L",
          "product_category": {
            "category_uid": "758dbca2-72c5-4348-90ef-148eac401ca9",
            "category_name": "TVs"
          },
          "brand": "Sony",
          "specification": "139 cm (55)",
          "uom": "TV",
          "product_name": "A90L Series",
          "product_type": "PRODUCT",
          "quantity": 10,
          "price": 600,
          "purchase_price": 200,
          "is_available": true,
          "product_no": 2,
          "markup": {
            "markup_type": "FLAT",
            "markup_value": 500
          },
          "original_price": 700
        },
        "type": "FIXED_DISCOUNT",
        "pricelist_value_type": "AMOUNT",
        "value": 100,
        "_id": "66951e9ea2bf7d061402b3a8"
      }
    ],
    "created_by": {
      "user_uid": "4088adc6-c6ed-45a2-845d-451f28938960",
      "first_name": "Valliyappan",
      "last_name": "S",
      "email": "valliyappan.s@zuper.co",
      "home_phone_number": "9600086457",
      "designation": "Admin",
      "emp_code": "001",
      "work_phone_number": "9600086457",
      "is_active": true,
      "created_at": "2024-03-22T07:41:38.000Z",
      "updated_at": "2024-03-22T07:41:38.000Z"
    },
    "created_at": "2024-07-10T08:58:01.086Z",
    "updated_at": "2024-07-15T13:05:34.187Z",
    "pricelist_id": 34,
    "__v": 1
  }
}