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

# GET /offers/{offer_id}/plans/-/inventory

`GET /offers/{offer_id}/plans/-/inventory`

## Path parameters

- `offer_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `offer_item.id` string
- `period` 'days_7_trial' | 'days_14_trial' | 'monthly' | 'monthly_trial' | 'yearly' | 'years_2' | 'years_3' | 'years_4' | 'years_5' | 'years_6' | 'onetime' | 'trial'
- `plan.id` string

## Response `200`

- OffersOfferItemValue[]
  - `offer_item` string
  - `item` OffersItem — Item representation
    - `id` string, required
    - `name` string
    - `status` 'draft' | 'published' | 'endofsale'
    - `type` 'reservation' | 'ppu'
    - `mpn` string, nullable
  - `period` 'days_7_trial' | 'days_14_trial' | 'monthly' | 'monthly_trial' | 'yearly' | 'years_2' | 'years_3' | 'years_4' | 'years_5' | 'years_6' | 'onetime' | 'trial', required
  - `constraint` OffersConstraint
    - `type` 'min_max', required
    - `min` integer, required
    - `max` integer, nullable, required
  - `plan` 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)
