eBay大中华区API开发者平台 开发者专区

搜 索

使用 Seller Initiated Offer的小提示

发布时间:2023-08-07          最近刷新时间:2023-08-07

Seller Initiated Offer(SIO)作为卖家促销的一种工具,能有效的提高转化率,效果较为显著。


目前支持SIO功能的相关API是Negotiation API,其中包含findEligibleItemssendOfferToInterestedBuyers两个API接口。


FindEligibleItems是用来获取当前符合发送SIO条件的items,再调用sendOfferToInterestedBuyers接口发送offers给对卖家指定商品有兴趣的买家(interested buyers)。


值得注意的是,调用sendOfferToInterestedBuyers接口,目前一次只会发送offer给30个不同的买家,并且调用的间隔时间须至少为23小时。即如果某items下有兴趣的买家超过30个,需要多次调用findEligibleItems和sendOfferToInterestedBuyers

 

我们建议的调用方法是:

可以间隔多过1天,例如1.5天,调用findEligibleItems和sendOfferToInterestedBuyers,以覆盖所有有兴趣的买家。(注:是findEligibleItems和sendOfferToInterestedBuyers两个接口都要调用,因为时间不同,符合条件的items和有兴趣的买家的数量都有可能变化)。