---
title: "Get Bundle Offer"
method: GET
path: "/v1/shops/{shopId}/bundle-offers/{offerId}"
tags: ["Bundle Offers"]
---

# Get Bundle Offer

`GET /v1/shops/{shopId}/bundle-offers/{offerId}`

Retrieves a specific bundle offer.

## Response `200`

- object
  - `id` integer
  - `shop_id` integer
  - `name` string
  - `type` string
  - `discount` string
  - `max_uses_per_cart` string
  - `priority` integer
  - `starts_at` string
  - `ends_at` string
  - `enabled` boolean
  - `created_at` string
  - `updated_at` string
  - `items` unknown[]
    - unknown

---

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