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

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

# Interface: MrtBundleView

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:746](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L746)

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

Status is kept **raw** per backend (legacy numeric enum `0 | 1 | 2`, SCAPI
string enum `"ok"` / `"broken"` / `"preparing"`) so display doesn't silently
change for existing legacy users.

## Properties

### backend

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

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:758](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L758)

Backend that produced this row.

***

### created?

> `optional` **created**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:756](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L756)

Creation timestamp (ISO 8601).

***

### id?

> `optional` **id**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:748](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L748)

Numeric bundle identifier.

***

### message?

> `optional` **message**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:750](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L750)

Human-readable bundle message/description.

***

### status?

> `optional` **status**: `string` \| `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:752](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L752)

Raw backend status string.

***

### user?

> `optional` **user**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:754](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L754)

Email of the user who uploaded the bundle.
