---
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:61](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L61)

Result of a push operation.

## Properties

### bundleId

> **bundleId**: `number`

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

The bundle ID assigned by MRT.

***

### deployed

> **deployed**: `boolean`

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

Whether the bundle was deployed to the target.

***

### message

> **message**: `string`

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

The bundle message.

***

### projectSlug

> **projectSlug**: `string`

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

The project slug the bundle was pushed to.

***

### target?

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

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

The target environment if deployed.

***

### warnings?

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

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

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