Summary
When a customer is completing a purchase, the system calculates the available delivery options for the chosen location and displays them at checkout. For example, suppose that for a location there are two pickup points named with the same shipping method, but associated with different shipping policies. When calculating which pickup points will be available to the customer, the platform only displays one of them.
In this case, the logistics module has disregarded the other pickup point using its prioritization algorithm. During this process, only one of the shipping methods with the same name is displayed to the customer. Learn more in the article about shipping policy divergence.
When simulating a delivery for which there are shipping methods with the same name for pickup points in different shipping policies, only one will be available. The other pickup points will be disregarded and will not be displayed by the interface, or will be displayed along with the message: Disregarded based on priority".
Simulation
To simulate the described scenario, at least two shipping policies serving the same delivery region must have been previously registered. These shipping policies must have shipping methods with the same name, and at least one pickup point must be associated with each one.
- Open the shipping simulator;
- Select a SKU available at pickup points compatible with the scenario described above;
- Run the simulation;
- See which pickup point has been selected;
- Check which pickup points were disregarded and note the message displayed.

The pickup point was disregarded because there was another shipping method already named as SCS Mall.
Workaround
There are two possible workarounds:
- Avoiding using the same name for the shipping methods of two pickup points that operate in the same region. For example, in the case of the simulation described, the solution would be to rename one of the shipping methods.
- Registering a single shipping policy for both pickup points. In this way, there would be two pickup points with shipping methods with the same name. We would not fall into the scenario described above, as both pickup points would be associated with the same shipping policy.