---
title: "GET /offers/{offer_id}/items/{id}"
method: GET
path: "/offers/{offer_id}/items/{id}"
tags: ["Offers"]
---

# GET /offers/{offer_id}/items/{id}

`GET /offers/{offer_id}/items/{id}`

Create and manage Offer items.

## Path parameters

- `offer_id` string, required
- `id` string, required

## Response `200`

- OffersOfferItem — Offer Item representation
  - `id` string
  - `name` string, required
  - `description` string, nullable
  - `plans` string, nullable
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
