A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Add multisite support for the "Export to ODP" job in Commerce 13

Fixed in

EPiServer.Commerce 13.37.0

(Or a related package)

Created

Oct 12, 2023

Updated

May 28, 2024

State

Closed, Acceptance tests pass


Description

Added multisite support for the ODP export job in Commerce 13.

Configuration example:

<add key="episerver:odp.EndpointUrl.Alias1" value=" USEndpoint"/>
<add key="episerver:odp.AccessKey.Alias1" value=" USAccountKey"/>
<add key="episerver:odp.Catalogs.Alias1" value="Catalog1;Catalog2"/>
<add key="episerver:odp.MarketIds.Alias1" value="USEast; USWest " />

<add key="episerver:odp.EndpointUrl.Alias2" value=" EUEndpoint"/>
<add key="episerver:odp.AccessKey.Alias2" value=" EUAccountKey"/>
...

The Alias1/Alias2 segments only group settings and can be any string. The example above exports catalog/customer/order data to USAccountKey account available at the USEndpoint endpoint. Commerce only exports data from Catalog1 and Catalog2 and data associated with either the USEast or USWest markets. A second export runs the EUAccountKey account with some other Catalog/Market filter that the example does not reveal.