Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
E commerce 如何获取所有易趣产品的名称和详细信息_E Commerce_Product_Ebay Api - Fatal编程技术网

E commerce 如何获取所有易趣产品的名称和详细信息

E commerce 如何获取所有易趣产品的名称和详细信息,e-commerce,product,ebay-api,E Commerce,Product,Ebay Api,我只想知道所有易趣产品的名称和描述,有什么办法吗?我已经研究了他们的api文档,但没有api可以返回所有产品的名称、详细信息。他们有不同的api,有些用于分类搜索,有些用于单独搜索,但我一次需要所有产品信息。我大约80%确定您不能这样做。eBay相当大,所以如果他们让人们下载那么多的数据,那将是一个巨大的资源消耗。相反,您必须针对您的搜索/需求 他们还禁止人们通过某种方式从API中聚合数据,从而推断销售通过指标和其他站点范围的鸟瞰图。同样,他们可能不允许如此大规模的数据下载的另一个原因。GetS

我只想知道所有易趣产品的名称和描述,有什么办法吗?我已经研究了他们的api文档,但没有api可以返回所有产品的名称、详细信息。他们有不同的api,有些用于分类搜索,有些用于单独搜索,但我一次需要所有产品信息。

我大约80%确定您不能这样做。eBay相当大,所以如果他们让人们下载那么多的数据,那将是一个巨大的资源消耗。相反,您必须针对您的搜索/需求

他们还禁止人们通过某种方式从API中聚合数据,从而推断销售通过指标和其他站点范围的鸟瞰图。同样,他们可能不允许如此大规模的数据下载的另一个原因。

GetSellerList “使用此调用检索项目…包括项目数据。”

您必须添加选项OutputSelector“Description”以获取项目描述。

例子: 使用带有以下选项的GetSellerList

EndTimeFrom = today (in ebay time format!)
EndTimeTo = 30 days (in ebay time format!)
Pagination.EntriesPerPage = 50
DetailLevel = "ReturnAll"
OutputSelector = ["Title", "ItemID", "Description"]

我完全同意Helios作为开发者正在寻找一种通过itemid检索物品统计信息的方法,我发现没有办法检索物品的星级

使用itemid/lineorderid作为参数进行getfeedback/getorders/getitem和许多其他调用在交易api上都是无用的,目的是检索特定项目/销售的详细信息或平均值

统计数据是关于整个卖家/买家活动的,而不是关于物品的具体评分,即使使用ItemID和ReturnAll作为参数,易趣也感到遗憾。 电话: [版本]=>949 [DetailLevel]=>ReturnAll [ItemID]=>127****223

Response:
[Timestamp] => 2018-10-26T14:25:53.203Z
[Ack] => Success
[Version] => 1075
[Build] => E1075_INTL_APIFEEDBACK_18789619_R1
[FeedbackDetailArray] => stdClass Object
    (
        [FeedbackDetail] => Array
            (
                [0] => stdClass Object
                    (
                        [CommentingUser] => a****ck
                        [CommentingUserScore] => 733
                        [CommentText] => objet bien emballé, bonne qualité
                        [CommentTime] => 2018-10-25T16:16:13.000Z
                        [CommentType] => Positive
                        [ItemID] => 12*****23
                        [Role] => Seller
                        [ItemTitle] => CLAVIER FRANCAIS AZERTY ******
                        [ItemPrice] => eBayAmountType Object
                            (
                                [_] => 45.81
                                [currencyID] => EUR
                            )
                        [FeedbackID] => 161*****8010
                        [TransactionID] => 201*****02
                        [OrderLineItemID] => 1268******18002
                    )
                [1] => stdClass Object
                    (
                        [CommentingUser] => le****ier
                        [CommentingUserScore] => 9324
                        [CommentText] => ☆ Bon acheteur et paiement rapide. Recommandé ! ☆ lebonclavier.fr ☆
                        [CommentTime] => 2018-10-18T14:26:20.000Z
                        [CommentType] => Positive
                        [FeedbackID] => 161*****8010
                        [TransactionID] => 201*****02
                        [OrderLineItemID] => 1268******18002
                    )
                [2] => stdClass Object
                    (
                        [CommentingUser] => le****ier
                        [CommentingUserScore] => 9324
                        [CommentText] => ☆ Paiement rapide, très bonne communication. Parfait ! ☆ lebonclavier.fr ☆
                        [CommentTime] => 2018-10-08T15:36:44.000Z
                        [CommentType] => Positive
                        [ItemID] => 122768110223
                        [Role] => Buyer
                        [FeedbackID] => 161*****8010
                        [TransactionID] => 201*****02
                        [OrderLineItemID] => 1268******18002
                    )
            )
    )
[FeedbackDetailItemTotal] => 3
[FeedbackSummary] => stdClass Object
    (
        [BidRetractionFeedbackPeriodArray] => stdClass Object
            (
                [FeedbackPeriod] => Array
                    (
                        [0] => stdClass Object
                            (
                                [PeriodInDays] => 7
                                [Count] => 0
                            )
                        [1] => stdClass Object
                            (
                                [PeriodInDays] => 30
                                [Count] => 0
                            )
                        [2] => stdClass Object
                            (
                                [PeriodInDays] => 180
                                [Count] => 0
                            )
                    )
            )
        [NegativeFeedbackPeriodArray] => stdClass Object
            (
                [FeedbackPeriod] => Array
                    (
                        [0] => stdClass Object
                            (
                                [PeriodInDays] => 0
                                [Count] => 10
                            )
                        [1] => stdClass Object
                            (
                                [PeriodInDays] => 30
                                [Count] => 0
                            )
                        [2] => stdClass Object
                            (
                                [PeriodInDays] => 180
                                [Count] => 0
                            )
                        [3] => stdClass Object
                            (
                                [PeriodInDays] => 365
                                [Count] => 0
                            )
                    )
            )
        [NeutralFeedbackPeriodArray] => stdClass Object
            (
                [FeedbackPeriod] => Array
                    (
                        [0] => stdClass Object
                            (
                                [PeriodInDays] => 0
                                [Count] => 23
                            )
                        [1] => stdClass Object
                            (
                                [PeriodInDays] => 30
                                [Count] => 0
                            )
                        [2] => stdClass Object
                            (
                                [PeriodInDays] => 180
                                [Count] => 0
                            )
                        [3] => stdClass Object
                            (
                                [PeriodInDays] => 365
                                [Count] => 3
                            )
                    )
            )
        [PositiveFeedbackPeriodArray] => stdClass Object
            (
                [FeedbackPeriod] => Array
                    (
                        [0] => stdClass Object
                            (
                                [PeriodInDays] => 0
                                [Count] => 9785
                            )
                        [1] => stdClass Object
                            (
                                [PeriodInDays] => 30
                                [Count] => 45
                            )
                        [2] => stdClass Object
                            (
                                [PeriodInDays] => 180
                                [Count] => 207
                            )
                        [3] => stdClass Object
                            (
                                [PeriodInDays] => 365
                                [Count] => 465
                            )
                    )
            )
        [TotalFeedbackPeriodArray] => stdClass Object
            (
                [FeedbackPeriod] => Array
                    (
                        [0] => stdClass Object
                            (
                                [PeriodInDays] => 30
                                [Count] => 45
                            )
                        [1] => stdClass Object
                            (
                                [PeriodInDays] => 180
                                [Count] => 207
                            )
                        [2] => stdClass Object
                            (
                                [PeriodInDays] => 365
                                [Count] => 468
                            )
                    )
            )
        [NeutralCommentCountFromSuspendedUsers] => 0
        [UniqueNegativeFeedbackCount] => 9
        [UniquePositiveFeedbackCount] => 9333
        [UniqueNeutralFeedbackCount] => 22
        [SellerRatingSummaryArray] => stdClass Object
            (
                [AverageRatingSummary] => Array
                    (
                        [0] => stdClass Object
                            (
                                [FeedbackSummaryPeriod] => FiftyTwoWeeks
                                [AverageRatingDetails] => Array
                                    (
                                        [0] => stdClass Object
                                            (
                                                [RatingDetail] => ItemAsDescribed
                                                [Rating] => 4.9
                                                [RatingCount] => 433
                                            )
                                        [1] => stdClass Object
                                            (
                                                [RatingDetail] => Communication
                                                [Rating] => 4.9
                                                [RatingCount] => 419
                                            )
                                        [2] => stdClass Object
                                            (
                                                [RatingDetail] => ShippingTime
                                                [Rating] => 4.9
                                                [RatingCount] => 431
                                            )
                                        [3] => stdClass Object
                                            (
                                                [RatingDetail] => ShippingAndHandlingCharges
                                                [Rating] => 4.8
                                                [RatingCount] => 433
                                            )
                                    )
                            )
                        [1] => stdClass Object
                            (
                                [FeedbackSummaryPeriod] => ThirtyDays
                                [AverageRatingDetails] => Array
                                    (
                                        [0] => stdClass Object
                                            (
                                                [RatingDetail] => ItemAsDescribed
                                                [Rating] => 5
                                                [RatingCount] => 43
                                            )
                                        [1] => stdClass Object
                                            (
                                                [RatingDetail] => Communication
                                                [Rating] => 5
                                                [RatingCount] => 45
                                            )
                                        [2] => stdClass Object
                                            (
                                                [RatingDetail] => ShippingTime
                                                [Rating] => 5
                                                [RatingCount] => 43
                                            )
                                        [3] => stdClass Object
                                            (
                                                [RatingDetail] => ShippingAndHandlingCharges
                                                [Rating] => 4.9
                                                [RatingCount] => 43
                                            )
                                    )
                            )
                    )
            )
        [SellerRoleMetrics] => stdClass Object
            (
                [PositiveFeedbackLeftCount] => 2109
                [NegativeFeedbackLeftCount] => 0
                [NeutralFeedbackLeftCount] => 0
                [FeedbackLeftPercent] => 95.2
                [RepeatBuyerCount] => 0
                [RepeatBuyerPercent] => 0
                [UniqueBuyerCount] => 5
                [TransactionPercent] => 99.8
                [CrossBorderTransactionCount] => 65
                [CrossBorderTransactionPercent] => 2.9
            )
        [BuyerRoleMetrics] => stdClass Object
            (
                [PositiveFeedbackLeftCount] => 0
                [NegativeFeedbackLeftCount] => 0
                [NeutralFeedbackLeftCount] => 0
                [FeedbackLeftPercent] => 0
            )
    )
[FeedbackScore] => 9324
[PaginationResult] => stdClass Object
    (
        [TotalNumberOfPages] => 1
        [TotalNumberOfEntries] => 3
    )
[EntriesPerPage] => 100
[PageNumber] => 1