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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [clients](../index.md) / BuildPushResponse

# Interface: BuildPushResponse

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:77](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/clients/mrt.ts#L77)

Response from pushing a bundle to MRT.

Note: The OpenAPI spec doesn't properly define this response type,
so we define it based on the actual API response.

## Properties

### bundle\_id

> **bundle\_id**: `number`

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:79](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/clients/mrt.ts#L79)

The bundle ID assigned by MRT

***

### bundle\_preview\_url

> **bundle\_preview\_url**: `string` \| `null`

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

Preview URL for the bundle (if available)

***

### message

> **message**: `string`

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:81](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/clients/mrt.ts#L81)

Success message from the API

***

### url

> **url**: `string`

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:83](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/clients/mrt.ts#L83)

URL to view the bundle in the MRT dashboard

***

### warnings

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

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:87](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/clients/mrt.ts#L87)

Any warnings from the push operation
