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

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

# Interface: SiteInfo

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:27](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L27)

Canonical site. CamelCase fields match SCAPI; the OCAPI backend maps from
snake_case. `displayName` is the default-locale display name (both APIs
return a locale map; we surface the default for table output and keep the
full object on `_raw`).

## Properties

### \_raw?

> `optional` **\_raw**: `unknown`

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:33](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L33)

Original backend response, for advanced consumers.

***

### cartridges?

> `optional` **cartridges**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:31](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L31)

***

### displayName?

> `optional` **displayName**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:29](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L29)

***

### id

> **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:28](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L28)

***

### storefrontStatus?

> `optional` **storefrontStatus**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts:30](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/sites/sites-types.ts#L30)
