[BUG]: getShopShippingProfileDestinationsByShippingProfile returning deleted destinations
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
getShopShippingProfileDestinationsByShippingProfile returns destinations that have been recently removed.
For example shipping_profile_destination_id: 22690441217 has been removed, but still appears when queried. If I attempt to remove the destination I see the following message:
"error":"Could not find a ShopShippingProfileDestination = 22690441217 associated with Shop 9809193."
UPDATE: shipping_profile_destination_id: 22690441217 has now been removed so the problem appears that there is a delay between when a destination has been removed and when it is reflected.
Steps to reproduce
1 - get shipping profile destinations 2 - remove destination 3 - get shipping profile destinations
Expected behavior
removed destination should be excluded from results
Additional context
No response