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

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

# Interface: ExportableUnits

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

IDs discovered on an instance, grouped by data-unit category. Each list is
sorted alphabetically. A category that could not be read (e.g. missing OCAPI
permission) is returned as an empty array with a matching entry in
[ExportableUnits.warnings](#warnings).

## Properties

### catalogs

> **catalogs**: `string`[]

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

Catalog IDs (from `GET /catalogs`).

***

### inventoryLists

> **inventoryLists**: `string`[]

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/discover.ts:35](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/discover.ts#L35)

Inventory list IDs (from `GET /inventory_lists`).

***

### sites

> **sites**: `string`[]

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

Site IDs (from `GET /sites`).

***

### warnings

> **warnings**: `string`[]

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/discover.ts:37](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/discover.ts#L37)

Per-category warnings for endpoints that failed (e.g. permission denied).
