Ebay 沙盒优惠发布问题(ShippingCostPaidByOption、ReturnsAcceptedOption、ReturnsWithinOption)

问题描述 投票:0回答:1

最近,我在尝试在我的平台上发布产品时遇到了问题。以前,一切都很顺利,但现在我遇到了一个错误,无法发布产品。

谁能帮我解决这个问题吗?

(运费支付选项、退货已接受选项、退货选项内)

{
  "errors": [
    {
      "errorId": 25009,
      "domain": "API_INVENTORY",
      "subdomain": "Selling",
      "category": "REQUEST",
      "message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Return policy. A return option is missing or not valid. Update your return options.",
      "parameters": [
        {
          "name": "0",
          "value": "ReturnsAcceptedOption"
        }
      ]
    },
    {
      "errorId": 25009,
      "domain": "API_INVENTORY",
      "subdomain": "Selling",
      "category": "REQUEST",
      "message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Return policy. A return option is missing or not valid. Update your return options.",
      "parameters": [
        {
          "name": "0",
          "value": "ReturnsWithinOption"
        }
      ]
    },
    {
      "errorId": 25009,
      "domain": "API_INVENTORY",
      "subdomain": "Selling",
      "category": "REQUEST",
      "message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Return policy. A return option is missing or not valid. Update your return options.",
      "parameters": [
        {
          "name": "0",
          "value": "ShippingCostPaidByOption"
        }
      ]
    },
    {
      "errorId": 25007,
      "domain": "API_INVENTORY",
      "subdomain": "Selling",
      "category": "REQUEST",
      "message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid data in the associated Fulfillment policy. At least one valid shipping service must be specified."
    }
  ]
}
sandbox ebay-api ebay-sdk
1个回答
0
投票

我也遇到过这种情况。我注意到结果中存在一些不一致的行为,甚至发布报价有时也会返回 500。

我每次通话之间都会暂停 3 秒钟。发布列表,等待三秒,创建报价,等待三秒,发布列表。

这有效。我不知道您在两次通话之间需要等待的最短时间,而且我还没有尝试过,但在尝试了许多不同的事情后,这是唯一为我解决问题的方法。

© www.soinside.com 2019 - 2024. All rights reserved.