---
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:76](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/mrt.ts#L76)

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:78](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/mrt.ts#L78)

The bundle ID assigned by MRT

***

### bundle\_preview\_url

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

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:84](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/mrt.ts#L84)

Preview URL for the bundle (if available)

***

### message

> **message**: `string`

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

Success message from the API

***

### url

> **url**: `string`

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:82](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/mrt.ts#L82)

URL to view the bundle in the MRT dashboard

***

### warnings

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

Defined in: [packages/b2c-tooling-sdk/src/clients/mrt.ts:86](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/mrt.ts#L86)

Any warnings from the push operation
