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

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

# Interface: MrtPushResultView

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

Backend-neutral local-build push result.

## Properties

### backend

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

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

Backend that served the push (pins the `--wait` strategy).

***

### bundleId

> **bundleId**: `number`

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

Bundle that was uploaded.

***

### deployed

> **deployed**: `boolean`

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

Whether the bundle was also deployed (a target was provided).

***

### deploymentId?

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

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

SCAPI deployment UUID for `--wait` polling; undefined for legacy or upload-only.

***

### message?

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

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

Resolved bundle message/description (the auto-generated default when none was given).

***

### raw

> **raw**: `unknown`

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

The raw, backend-native response, surfaced verbatim under `--json`. Legacy:
the combined MRT Cloud API push result. SCAPI: `{bundle, deployment?}` — the
upload response plus, when a target was given, the create-deployment
response (the two native calls that make up a SCAPI local-build deploy).

***

### status?

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

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

Initial deployment status; undefined for upload-only.

***

### warnings?

> `optional` **warnings**: `string`[]

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

Non-blocking warnings returned by the backend.
