Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam AD0-E725 Topic 2 Question 12 Discussion

Actual exam question for Adobe's AD0-E725 exam
Question #: 12
Topic #: 2
A multi-source merchant asks an Adobe Commerce Developer to prioritize inventory source selection based on shipping address and minimal delivery cost.
How should the Developer implement this task functionality?

Suggested Answer: A Vote an answer

To customize how inventory sources are prioritized, developers must create a new Source Selection Algorithm (SSA). This is done by registering a new SSA in di.xml and implementing SourceSelectionInterface. This allows developers to define rules such as shipping address proximity or delivery cost.
B is partially correct: Distance Priority Algorithm exists, but implementing PlaceReservationsForSalesEventInterface is not the right way to customize selection logic.
C Source Priority Algorithm is fixed (based on predefined priority), not custom.
Reference:
Adobe Commerce DevDocs - Inventory Source Selection Algorithm
Official Documentation Extracts:
"To customize source selection behavior, implement a custom Source Selection Algorithm (SSA). The algorithm must implement SourceSelectionInterface and be registered via dependency injection (di.xml)."- Adobe Commerce DevDocs: Custom Source Selection Algorithm
"Adobe Commerce provides default SSAs: Source Priority Algorithm and Distance Priority Algorithm.
Custom SSAs can be created to satisfy specific business requirements such as delivery costs."- Adobe Commerce Inventory Management Guide

by Jack at Jun 03, 2026, 11:55 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.