open-api icon indicating copy to clipboard operation
open-api copied to clipboard

[BUG]: getShopShippingProfileDestinationsByShippingProfile returning deleted destinations

Open thisisjake opened this issue 3 years ago • 0 comments

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

thisisjake avatar May 24 '22 06:05 thisisjake