(SOLVED!) I've been exploring the Platform Notifications documentation and there are two scenarios I haven't been able to account for:
- Notification when a Seller (me) has accepted a buyer's proposed BestOffer.
- Answer:
- FixedPriceTransaction will fire
- And in that notification BestOfferSale will be set to true
- FixedPriceTransaction will fire
- Answer:
- Notification when a Buyer has made payment following an accepted BestOffer.
- Answer:
- AuctionCheckoutComplete will fire
- This will fire for all payments, regardless of if they're BuyNow vs. BestOffer
- BestOfferSale will be set to true if it's an accepted best offer.
- AuctionCheckoutComplete will fire
- Answer:
Everything's works great for our fixed price listings because offer/checkout happen together and there are clear notifications for those...
But does anyone know which notifications will get us #1 and #2? Are they folded into another notification somehow?
Many thanks,