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

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
