woocommerce/pinterest-for-woocommerce

Delete a feed instead of deactivating it.

message-dimke opened this issue · 1 comments

When an account disconnects or the extension gets deleted, delete all the existing feeds instead of deactivating them, as we do atm.

Pinterest:

  • Please delete the feed . Internally we deactivate it even if you send delete. However this will remove it from the list of feeds the user sees in pinterest UI
  • Delete will fail especially if there are active promotions in place.
  • When a user re-connects their account, we can try to delete the feed again if name clashes. This is what we do in other integrations. Given a name that is fairly unique and versioned, this should be ok.

Ref. https://a8c.slack.com/archives/C04QQLX04MC/p1710162129302259

Implemented and released.