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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [cli](../index.md) / B2COperationResult

# Interface: B2COperationResult

Defined in: [packages/b2c-tooling-sdk/src/cli/lifecycle.ts:94](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/cli/lifecycle.ts#L94)

Result of a B2C operation execution.

## Properties

### data?

> `optional` **data**: `unknown`

Defined in: [packages/b2c-tooling-sdk/src/cli/lifecycle.ts:102](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/cli/lifecycle.ts#L102)

Operation-specific result data

***

### duration

> **duration**: `number`

Defined in: [packages/b2c-tooling-sdk/src/cli/lifecycle.ts:100](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/cli/lifecycle.ts#L100)

Duration in milliseconds

***

### error?

> `optional` **error**: `Error`

Defined in: [packages/b2c-tooling-sdk/src/cli/lifecycle.ts:98](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/cli/lifecycle.ts#L98)

Error if operation failed

***

### success

> **success**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/cli/lifecycle.ts:96](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/cli/lifecycle.ts#L96)

Whether the operation succeeded
