---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / MrtDeploymentView

# Interface: MrtDeploymentView

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:315](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L315)

A single deployment history row, normalized across the legacy and SCAPI
backends so the CLI table renders one shape regardless of backend.

Status and type strings are kept **raw** per backend (legacy `"Finished"` /
`"Publish"`, SCAPI `"finished"` / `"publish"`) so display doesn't silently
change for existing legacy users; terminal-state logic for `--wait` lives in
[waitForDeploymentScapi](../functions/waitForDeploymentScapi.md) and operates on the SCAPI enum directly.

## Properties

### backend

> **backend**: [`MrtBackend`](../type-aliases/MrtBackend.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:331](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L331)

Backend that produced this row.

***

### bundleId?

> `optional` **bundleId**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:319](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L319)

Numeric bundle identifier.

***

### bundleMessage?

> `optional` **bundleMessage**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:321](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L321)

Human-readable bundle message/description.

***

### createdBy?

> `optional` **createdBy**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:329](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L329)

Email of the user who triggered the deployment.

***

### creationDate?

> `optional` **creationDate**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:327](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L327)

Creation timestamp (ISO 8601).

***

### deploymentId?

> `optional` **deploymentId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:317](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L317)

SCAPI deployment UUID. Undefined for legacy (its list has no per-deploy id).

***

### deploymentType?

> `optional` **deploymentType**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:325](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L325)

Raw backend deployment type.

***

### status?

> `optional` **status**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:323](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L323)

Raw backend status string.
