---
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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/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/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L54)

The target environment if deployed.
