You are here:
Replication Group IDs
Replication events carry one or more B2C Commerce replication groups in their payload. Each replication group identifies a unit of data that participated in the replication. Use this page to look up what a given group ID covers.
Replication group schema
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | Yes | Machine-readable group identifier (see tables below) |
type |
string | Yes | Group scope: ORGANIZATION, SITE, or
REPOSITORY |
domain |
string | No | Domain name for repository-scoped groups (such as the catalog or site name) |
Organization-level group IDs
type = ORGANIZATION
| ID | Description |
|---|---|
ORGANIZATION_CATALOG |
All catalogs |
ORGANIZATION_CATALOG_STATIC |
Static content for all catalogs |
ORGANIZATION_CSC_SETTINGS |
Customer Service Center settings |
ORGANIZATION_CSRF_WHITELIST_PIPELINES |
CSRF allowlist pipeline/start nodes |
ORGANIZATION_CUSTOMERLIST |
All customer lists |
ORGANIZATION_CUSTOM_OBJECT |
Organization custom objects |
ORGANIZATION_TYPE_DEFINITION |
Custom object types and system extensions |
ORGANIZATION_REFERENCE_DATA |
Geolocation data |
ORGANIZATION_LIBRARY |
All shared libraries |
ORGANIZATION_OAUTH_PROVIDERS |
OAuth providers |
ORGANIZATION_OCAPI_SETTINGS |
Global OCAPI settings |
ORGANIZATION_PAGE_META_TAGS |
Page meta tag definitions |
ORGANIZATION_PREFERENCE |
Organization preferences |
ORGANIZATION_PREFERENCE_CUSTOM |
Custom preferences only |
ORGANIZATION_PREFERENCE_SYSTEM |
System preferences only |
ORGANIZATION_PRICE_BOOK |
All price books |
ORGANIZATION_SITE |
All sites |
ORGANIZATION_STATIC_CONTENT |
Global static content |
ORGANIZATION_WEBDAV_CLIENT_PERMISSIONS |
WebDAV client permissions |
ORGANIZATION_SORTING |
Global sorting rules |
ORGANIZATION_PAYMENTS_CONFIG |
Payments configuration |
ORGANIZATION_ASSIGNMENT |
Assignments and qualifiers |
Site-level group IDs
type = SITE
| ID | Description |
|---|---|
SITE_ABTEST |
A/B tests and experiences |
SITE_ABTEST_ONLY |
A/B tests only |
SITE_ACTIVEDATAFEED |
Active data feed definitions |
SITE_CACHE_SETTINGS |
Cache settings |
SITE_CONTENT |
Content library |
SITE_COUPON |
Coupons |
SITE_CUSTOMER_GROUP |
Customer groups |
SITE_CUSTOM_OBJECT |
Site-specific custom objects |
SITE_DYNAMIC |
Dynamic content |
SITE_OCAPI_SETTINGS |
Site OCAPI settings |
SITE_PAYMENT_METHOD |
Payment configuration |
SITE_PREFERENCE |
Site preferences |
SITE_PREFERENCE_SYSTEM |
Site system preferences |
SITE_PREFERENCE_CUSTOM |
Site custom preferences |
SITE_PROMOTION |
Campaigns and promotions |
SITE_SEARCH_INDEX |
Search indexes |
SITE_SHIPPING_METHOD |
Shipping methods |
SITE_SLOT |
Content slots |
SITE_SORTING |
Site-specific sorting |
SITE_SOURCECODE |
Source codes |
SITE_STORE |
Stores |
SITE_TAX |
Taxation settings |
SITE_URL |
Storefront URLs |
SITE_URL_CATEGORY |
Catalog URLs |
SITE_URL_FOLDER |
Content URLs |
SITE_URL_PIPELINE |
Pipeline URLs |
SITE_URL_REDIRECT |
URL redirects |
Repository-level group IDs
type = REPOSITORY. Repository-scoped groups identify a
specific named resource — the domain field carries the resource
name.
| ID | Description |
|---|---|
CATALOG |
Specific catalog (domain contains catalog name) |
CATALOG_STATIC |
Specific catalog static content |
SITE |
Specific site (domain contains site name) |
LIBRARY |
Specific library (domain contains library name) |
PRICE_BOOK |
Specific price book (domain contains price book name) |

