[@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / CreatePortfolioItem

# Interface: CreatePortfolioItem

**`Export`**

**`Interface`**

CreatePortfolioItem

## Table of contents

### Properties

- [portfolio\_id](CreatePortfolioItem.md#portfolio_id)
- [service\_offering\_ref](CreatePortfolioItem.md#service_offering_ref)

## Properties

### portfolio\_id

• **portfolio\_id**: `string`

The Portfolio this portfolio item should belong to

**`Memberof`**

CreatePortfolioItem

#### Defined in

[api.ts:234](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L234)

___

### service\_offering\_ref

• `Optional` **service\_offering\_ref**: `string`

The service offering ref should be retrieved from a call to the catalog inventory Service.

**`Memberof`**

CreatePortfolioItem

#### Defined in

[api.ts:240](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L240)
