---
title: "Get a Package"
method: GET
path: "/invoice_estimate/package/{package_uid}"
---

# Get a Package

`GET /invoice_estimate/package/{package_uid}`

## Path parameters

- `package_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object
    - `discount` object
      - `type` string
      - `value` integer
      - `percent` integer
      - `discount_applicability` string
      - `discount_label` string
      - `discount_fee_uid` unknown
    - `display_order` integer
    - `package_uid` string
    - `package_name` string
    - `package_description` string
    - `package_remarks` string
    - `line_items` object[]
      - `tax` object
        - `tax_name` string
        - `tax_rate` integer
        - `tax_amount` integer
        - `tax_exempt` boolean
      - `line_item_uid` string
      - `line_item_type` string
      - `product_ref_id` object
        - `tax` object
          - `tax_rate` integer
          - `tax_name` string
          - `tax_exempt` boolean
        - `product_name` string
        - `product_category` object
          - `category_name` string
          - `category_uid` string
        - `product_uid` string
        - `updated_at` string
        - `created_at` string
        - `is_deleted` boolean
        - `meta_data` object[]
          - `label` string
          - `value` string
          - `type` string
          - `hide_field` boolean
          - `module_name` string
          - `hide_to_fe` boolean
          - `_id` string
        - `product_id` string
        - `has_custom_tax` boolean
        - `product_type` string
        - `is_billable` boolean
      - `product_id` string
      - `product_uid` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `quantity` integer
      - `unit_price` integer
      - `discount` integer
      - `serial_nos` unknown[]
        - unknown
      - `discount_type` string
      - `total` integer
      - `product_type` string
      - `associated_products` unknown[]
        - unknown
      - `_id` string
    - `addons` object[]
      - `tax` object
        - `tax_name` string
        - `tax_rate` integer
        - `tax_amount` integer
        - `tax_exempt` boolean
      - `line_item_uid` string
      - `line_item_type` string
      - `product_ref_id` object
        - `tax` object
          - `tax_rate` integer
          - `tax_name` string
          - `tax_exempt` boolean
        - `product_name` string
        - `product_category` object
          - `category_name` string
          - `category_uid` string
        - `product_uid` string
        - `updated_at` string
        - `created_at` string
        - `is_deleted` boolean
        - `meta_data` object[]
          - `label` string
          - `value` string
          - `type` string
          - `hide_field` boolean
          - `module_name` string
          - `hide_to_fe` boolean
          - `_id` string
        - `product_id` string
        - `has_custom_tax` boolean
        - `product_type` string
        - `is_billable` boolean
      - `product_id` string
      - `product_uid` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `quantity` integer
      - `unit_price` integer
      - `discount` integer
      - `serial_nos` unknown[]
        - unknown
      - `discount_type` string
      - `total` integer
      - `product_type` string
      - `associated_products` unknown[]
        - unknown
      - `_id` string
    - `fees` unknown[]
      - unknown
    - `sub_total` integer
    - `total` integer
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` string
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` string
      - `work_phone_number` unknown
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
