App Metadata
Get Commerce App Configuration
Returns the Commerce App configuration after resolving and validating it against the schema. When commerceEnv is provided, webhooks and events are filtered to that Commerce environment; when omitted, the full, unfiltered configuration is returned.
get/app-config
Query parameters
commerceEnv'paas' | 'saas'
When provided, filters the returned webhooks and events to those applicable to this Commerce environment. When omitted, the full configuration is returned.
Headers
x-gw-ims-org-idstring required
Adobe IMS organization ID that identifies the organization for the request.
Response
The resolved and validated Commerce App configuration.
Example response
{
"openApiSpecUrl": "https://123456-projectname-workspacename.adobeioruntime.net/api/v1/web/app-management/app-config/openapi.json?ck=4f6a2b9c"
}