如何在不使用Amazon MWS产品API中的ListMatchingProducts的情况下显示所有产品?

编程入门 行业动态 更新时间:2024-10-10 08:24:13
本文介绍了如何在不使用Amazon MWS产品API中的ListMatchingProducts的情况下显示所有产品?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经为商店集成了MWS API.问题是我无法从Feed中获得我提交的所有产品的列表,以及帐户中Amazon商店中的可用产品.

I have integrated the MWS API for my store. The issue is I was not able to get list of all products which I have submitted from feeds and also available products in Amazon store in account.

我尝试过MWS的所有api,但没有提供所有产品的api.

I have tried all the api of MWS no any api giving all products.

在Listmatchingproducts api中,它需要查询参数,但对于产品列表,则不需要查询参数.

In Listmatchingproducts api it needs query parameter but for product listing there should not be query parameter required.

那么对于所有产品列表,将使用哪种api?如何使用?

So for all product listing which api will be used and how?

推荐答案

为使您无需输入参数即可检索所有产品,可以使用Reports API请求库存报告或活动列表报告或任何此处的报告类型: docs.developer.amazonservices/en_US/reports/Reports_ReportType.html#ReportTypeCategories__ListingsReports

In order for you to retrieve all of your products without input parameters, you can use the Reports API to request an inventory report or active listings reports or any of the report types here: docs.developer.amazonservices/en_US/reports/Reports_ReportType.html#ReportTypeCategories__ListingsReports

您可以像使用产品API一样调用Reports API,但是其中涉及一些额外的步骤.首先使用RequestReport操作请求报告,然后返回GeneratedReportId.取该ID并调用GetReport操作,一旦报告可用,您将取回该报告.如果您不仅需要报告,还需要以其他方式处理数据,则可以使用任何一种语言编写例程来解析内存中的数据.

You can call the Reports API just like the Products API, but there are extra steps involved. You first request the report using the RequestReport operation, then you'll get back a GeneratedReportId. Take that Id and call the GetReport operation and you'll get back the report once it's available. If you need more than a report, but need to work with the data in some other way, you can just write a routine in whatever language you're using to parse out the data in memory.

您看过客户端库吗?他们已经完成了大部分工作,只需插入您的钥匙即可. developer.amazonservices/gp/mws/api.html/188-4747010-1589520?ie=UTF8&group=bde&section=reports&version=latest

Have you seen the client libraries? They do most of the work already, just plug in your keys. developer.amazonservices/gp/mws/api.html/188-4747010-1589520?ie=UTF8&group=bde&section=reports&version=latest

更多推荐

如何在不使用Amazon MWS产品API中的ListMatchingProducts的情况下显示所有产品?

本文发布于:2023-11-28 08:24:16,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1641653.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:产品   情况下   如何在   Amazon   MWS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!