You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a product is existing pre-order and is entering backorder, its possible that the product gets listed for backorder on Shopify from HotWax first and then gets delisted from pre-order on Shopify from HotWax second. This caused products' inventory policy to be disabled since the second operation was for delisting even though they are still on backorder.
Now listing and delisting of pre-order and backorder happens in a unified api call ensuring that an item is only removed if it is neither in pre-order or backorder.
The text was updated successfully, but these errors were encountered:
If a product is existing pre-order and is entering backorder, its possible that the product gets listed for backorder on Shopify from HotWax first and then gets delisted from pre-order on Shopify from HotWax second. This caused products' inventory policy to be disabled since the second operation was for delisting even though they are still on backorder.
Now listing and delisting of pre-order and backorder happens in a unified api call ensuring that an item is only removed if it is neither in pre-order or backorder.
The text was updated successfully, but these errors were encountered: