gpt4 book ai didi

php - eBay API 设置子类别不起作用

转载 作者:数据小太阳 更新时间:2023-10-29 02:30:54 24 4
gpt4 key购买 nike

我在这里而不是在 eBay 论坛上提问,因为似乎没有人回应或活跃在那里。

基本上,我在交易 API 上使用 SetStoreCategories 方法。 http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/SetStoreCategories.html

我的API调用的数据部分如下

<Action>Add</Action>
<StoreCategories>
<CustomCategory>
<Name>name of a thing</Name>
<ChildCategory>
<Name>a child name</Name>
</ChildCategory>
</CustomCategory>
<CustomCategory>
<Name>name of another thing</Name>
<ChildCategory>
<Name>2nd child name</Name>
</ChildCategory>
</CustomCategory>

eBay API 结果是

array(7) {
["Timestamp"]=>
string(24) "2013-07-15T01:49:39.888Z"
["Ack"]=>
string(7) "Success"
["Version"]=>
string(3) "831"
["Build"]=>
string(32) "E831_CORE_APISELLING_16205050_R1"
["TaskID"]=>
string(1) "0"
["Status"]=>
string(8) "Complete"
["CustomCategory"]=>
array(1) {
["CustomCategory"]=>
array(2) {
[0]=>
array(2) {
["CategoryID"]=>
string(9) "660835819"
["Name"]=>
string(15) "name of a thing"
}
[1]=>
array(2) {
["CategoryID"]=>
string(9) "660835919"
["Name"]=>
string(21) "name of another thing"
}
}
}
}

所以你可以看到它没有查看我的子类别。我在 ebay.com 上查看过,但没有。

ebay api 表示 CustomCategory 元素与 ChildCategory 类型是同一类型。而且你只能嵌套 3 个 child 。但我连 1 个都嵌套不到。

任何帮助都会很棒。

谢谢!

最佳答案

原来你不能这样做。您必须一次进行 1 级调用,取回 categoryId,然后在后续调用中设置 DestinationParentCategoryID。

关于php - eBay API 设置子类别不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17645660/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com