cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/buyer/storefronts/{storefrontId} \ --header 'Authorization: Bearer <token>'
{ "id": 0, "platformId": "<string>", "name": "<string>", "publisherDomain": "<string>", "sources": [ { "sourceId": "<string>", "name": "<string>", "protocol": "MCP", "requiresCredentials": true, "connected": true, "customerAccounts": [ { "accountIdentifier": "<string>", "status": "<string>" } ] } ] }
Get a single storefront with inventory sources and buyer connection status.
API key or access token
Storefront ID
x <= 9007199254740991
Get storefront
A storefront as seen by a buyer
-9007199254740991 <= x <= 9007199254740991
Public-facing slug
Storefront display name
Publisher domain
Inventory sources available in this storefront
Show child attributes