v15

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-011631130.4 KB
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.

openApiSpecUrlstring uri required

URL of the OpenAPI spec for this deployment, scoped to the active capabilities. Includes a content-addressed cache key as a query parameter.

Example response

{
  "openApiSpecUrl": "https://123456-projectname-workspacename.adobeioruntime.net/api/v1/web/app-management/app-config/openapi.json?ck=4f6a2b9c"
}
All 16 operations