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

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

# Interface: CreateDeploymentOptions

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:151](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L151)

Options for creating a deployment.

## Properties

### bundleId

> **bundleId**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:165](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L165)

The bundle ID to deploy.

***

### origin?

> `optional` **origin**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:171](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L171)

MRT API origin URL.

#### Default

```ts
"https://cloud.mobify.com"
```

***

### projectSlug

> **projectSlug**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:155](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L155)

The project slug.

***

### targetSlug

> **targetSlug**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:160](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L160)

The target/environment slug.
