---
title: "GET /v1/outlets/{outlet_id}/bundle_package"
method: GET
path: "/v1/outlets/{outlet_id}/bundle_package"
tags: ["Bundle Package"]
---

# GET /v1/outlets/{outlet_id}/bundle_package

`GET /v1/outlets/{outlet_id}/bundle_package`

Returns all bundle packages on the outlet that the user has access to. Required permissions: `library`

## Path parameters

- `outlet_id` integer, required

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

Bundle package response

- object
  - `data` object
    - `is_completed` boolean
    - `next_cursor` string
    - `bundle_packages` object[]
      - `bundle_id` string
      - `bundle_name` string
      - `bundle_price` integer
      - `bundle_items` object[]
        - `item_name` string
        - `item_variant_name` string
  - `meta` MetadataProperty
    - `code` integer
    - `errors` object

## Other responses

- `400` — Bad parameter
- `401` — The access token is invalid
- `403` — Access token valid, but is denied to access the resource. Or, the merchant`s outlet is expired.
- `410` — API Deprecated
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.dev/mokapos/apis/moka-api.md) · [All operations](https://skmtc.dev/mokapos/apis/moka-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mokapos/moka-api/revisions/eea24d9b5965/schema)
