Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/optimizer/manage-catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions src/pages/optimizer/merchandising-services/using-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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). |
Expand Down