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

搜 索

Negotiation API 卖家向买家发送优惠信息 (Seller-initiated Offer - SIO) 优化方法和实践

发布时间:2025-01-21          最近刷新时间:2025-01-21

Sell Negotiation API的用应该自己保存item IDs,而是应该遵循以下步offer

  1. 通过find_eligilbe_items接口(https://developer.ebay.com/api-docs/sell/negotiation/resources/offer/methods/findEligibleItems)获取到符合发送offer条件的items
  2. 在发送offerrequest中,可以选择直接设置offer price,或者是设置offer discount percentage。如果使用offer price选项,请务必注意折后价必须在View Item page上显示的buy-it-now价格的5%-95%的区间内,否则会发送失败。如果这个item同时正在进行markdown折扣,则buy-it-now价格会是markdown之后的折后价
  3. 或者是直接选用offer discount percentage选项(通过设置request里的“discountPercentage”字段)。但需要注意,这里的discount percentage会在buy-it-now价格的基础上打折,所以如果有markdown折扣,会进行折上折
  4. 最后,根据步骤1获取的item IDs以及根据每个item price设置好的折扣,通过send_offer_to_interested_buyers接口来发送offerhttps://developer.ebay.com/api-docs/sell/negotiation/resources/offer/methods/sendOfferToInterestedBuyers