From 21e6f8f3e5555badc06021e340b72921e6dc3dcf Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Mon, 22 Dec 2025 11:32:24 -0600 Subject: [PATCH 1/2] Update manage-catalogs.md --- src/pages/optimizer/manage-catalogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/optimizer/manage-catalogs.md b/src/pages/optimizer/manage-catalogs.md index 9c95a2e3..e8825c50 100644 --- a/src/pages/optimizer/manage-catalogs.md +++ b/src/pages/optimizer/manage-catalogs.md @@ -24,6 +24,6 @@ Using the catalog view, policy, and catalog source resources available with the * **Catalog source**—Specifies the language and geography (locale) for catalogs. The catalog source is set at the SKU level during data ingestion. When used, the `locale` catalog source is required. A catalog view must define at least one locale. - Example: Catalog source `locale` such as `en_US` or `es_ES`, and sources like 'brand' and 'market' that can be introduced to meet unique business use cases. + Example: Catalog source `locale` such as `en-US` or `es-ES`, and sources like 'brand' and 'market' that can be introduced to meet unique business use cases. For details, see the [Adobe Commerce Optimizer Guide](https://experienceleague.adobe.com/en/docs/commerce/optimizer/overview). From 011046bc69570dcdea7821fbce0aaf15f2d6577f Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Mon, 22 Dec 2025 11:36:02 -0600 Subject: [PATCH 2/2] Update using-the-api.md --- src/pages/optimizer/merchandising-services/using-the-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/optimizer/merchandising-services/using-the-api.md b/src/pages/optimizer/merchandising-services/using-the-api.md index ae2b3154..9c82bc42 100644 --- a/src/pages/optimizer/merchandising-services/using-the-api.md +++ b/src/pages/optimizer/merchandising-services/using-the-api.md @@ -72,7 +72,7 @@ When making requests to the storefront API, you must include required HTTP heade | --- | --- |`AC-Environment-Id`: | Required. The instance id for the Adobe Commerce Optimizer instance |`AC-View-ID` | Required. The unique ID assigned to the catalog view that products will be sold through. For example, in the automotive industry, the catalog view could be dealers. In the manufacturing industry, the view could be a manufacturing location for suppliers. You can view the list of available catalog views and find the viewID from the [Adobe Commerce Optimizer UI](https://experienceleague.adobe.com/en/docs/commerce/optimizer/setup/catalog-view). -|`AC-Source-Locale`: | Required. The catalog source locale (language or geography) to filter products for display or update, for example `en_US`. See the [catalog view configuration](https://experienceleague.adobe.com/en/docs/commerce/optimizer/setup/catalog-view) in the Adobe Commerce Optimizer UI to determine the correct value. +|`AC-Source-Locale`: | Required. The catalog source locale (language or geography) to filter products for display or update, for example `en-US`. See the [catalog view configuration](https://experienceleague.adobe.com/en/docs/commerce/optimizer/setup/catalog-view) in the Adobe Commerce Optimizer UI to determine the correct value. |`AC-Policy-{*}` | Optional. The trigger name configured for a policy that sets data access filters to restrict product access based on request attributes and context. Examples include POS physical stores, marketplaces, or advertisement pipelines like Google, Meta, or Instagram. You can view the list of available policies and associated ids from the [Adobe Commerce Optimizer UI](https://experienceleague.adobe.com/en/docs/commerce/optimizer/catalog/policies). You can specify multiple policy headers per request. Example: `AC-Policy-Brand`. |`AC-Price-Book-ID` | Optional. Defines how prices are calculated for a specific catalog view. Supply this value if the merchant uses price books to calculate product pricing. If you do not include the Price Book ID, Merchandising Services provides a default price book `main` with currency in US dollars. See the Catalog View configuration for a list of price books available for use with the specified Catalog View. @@ -96,7 +96,7 @@ curl --request POST \ |------------------|-----------------------------------------------------------------------------------------------------------------| | `tenantId` | Required. The unique identifier for your organization's specific instance within the Adobe Experience Cloud, for example `Xyub6kdpvYCmeEdcCX7PTg`.| | `catalogViewId` | Required. The unique identifier assigned to the catalog view to filter the catalog data you want to display on the storefront, for example, `51330428-3090-4650-8394-7a4a12b2c087`.| -| `locale` | Required. The catalog source locale (language or geography) to filter products for display or update, for example `en_US`.| +| `locale` | Required. The catalog source locale (language or geography) to filter products for display or update, for example `en-US`.| | `attributeCode: attributeValue` | Optional. The policy trigger name and value that sets data access filters to restrict product access based on request attributes, for example `Brand:Cruz`.| | `priceBookId` | Optional. The price book ID used to retrieve the pricing schedule for a SKU, for example `west_coast_inc`. | | `apiPayload` | API payload. See examples in the [tutorial](../ccdm-use-case.md). |