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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [config](../index.md) / loadFullDwJson

# Function: loadFullDwJson()

> **loadFullDwJson**(`options`): `Promise`\<\{ `config`: [`DwJsonMultiConfig`](../interfaces/DwJsonMultiConfig.md); `path`: `string`; \} \| `undefined`\>

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:273](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/config/dw-json.ts#L273)

Load the raw dw.json file without selecting a specific instance.

This is useful for instance management operations that need to work
with the full configs array.

## Parameters

### options

[`LoadDwJsonOptions`](../interfaces/LoadDwJsonOptions.md) = `{}`

Loading options

## Returns

`Promise`\<\{ `config`: [`DwJsonMultiConfig`](../interfaces/DwJsonMultiConfig.md); `path`: `string`; \} \| `undefined`\>

A Promise that resolves to the raw multi-config structure and path, or undefined if not found
