GET /api/v2/storefront/inventory-sources
Returns every inventory source on your storefront — external agents, ad-server-backed sources, linked storefronts, and modular sources — as an array of source resources.
Request
Parameters
This endpoint takes no path, query, or body parameters. The storefront is resolved from your API key’s customer context.Response
Pagination totals are available in themeta.pagination object (offset-based: skip, take, total, hasMore) — see Pagination.
InventorySourceResponse. executionType distinguishes the kind of source: AGENT, MANAGED_SALES_AGENT (carries a managedSa block), LINKED_STOREFRONT (carries a linkedStorefront block), or MODULAR_SOURCE. Credentials are never returned — authConfigured reports whether auth is set.
Errors
400 VALIDATION_ERROR— malformed request.401 UNAUTHORIZED— missing or invalid API key.
Related
Inventory source tasks
All operations
Inventory sources overview
Concepts and lifecycle
Create inventory source
Register a new source
Get inventory source
Read one source by ID