A developer has updated the price of a product but still sees the previous price in the
Digital Commerce API response.
What job should the developer run to correct this issue?
A. Populate API Cache job
B. Migrate Cache Records job
C. Delete Expired API Cache job
D. Regenerate Cached API Records job
D. Regenerate Cached API Records job
Explanation:
In Salesforce Industries (Vlocity) CPQ, the Digital Commerce API caches product data (including prices) for performance. If updates aren’t reflected:
Regenerate Cached API Records forces a cache rebuild with the latest data.
This ensures the API returns updated prices (e.g., after a price list change).
Why Other Options Are Incorrect?
A. Populate API Cache → Initializes cache but doesn’t force updates.
B. Migrate Cache Records → Moves cache data between orgs, irrelevant here.
C. Delete Expired Cache → Removes stale entries but doesn’t refresh active ones.