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

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

# Interface: PushResult

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:40](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L40)

Result of a push operation.

## Properties

### bundleId

> **bundleId**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:44](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L44)

The bundle ID assigned by MRT.

***

### deployed

> **deployed**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:59](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L59)

Whether the bundle was deployed to the target.

***

### message

> **message**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:64](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L64)

The bundle message.

***

### projectSlug

> **projectSlug**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:49](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L49)

The project slug the bundle was pushed to.

***

### target?

> `optional` **target**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:54](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L54)

The target environment if deployed.

***

### warnings?

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

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:69](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L69)

Non-blocking warnings returned by MRT for this push/deploy (e.g. x86 deprecation).
