---
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:259](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/dw-json.ts#L259)

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`\>

The raw multi-config structure and path, or undefined if not found
