You are here:
Make Targeted Price Adjustments Within Individual High-Scale Price Books
Adjust prices within a specific price book without having to replicate all price books. Previously, you had to replicate all high-scale price books when moving from a staging to production or development instance. Now you can make targeted pricing changes to your production data for multiple regions.
Where: This change applies to read-only price books in B2C Commerce.
How: You can replicate up to 25 individual price books. To replicate an individual high-scale price book in Business Manager, go to . Click New Job, and configure the ExecuteDataReplication job step. See Create a Job in B2C Commerce.
Or, directly modify the ExecuteDataReplication Job Step to specify the high-scale price book ID that you want to replicate. See Job Step ExecuteDataReplication. Example:
{
"data_replication_configuration": {
"target": "production",
"type": "transfer_and_publish",
"tasks": {
"global": {
"price_books": {
"usd-prices": true,
"eur-prices": true
}
}
}
}
}
