主页文档代码示例API 参考公告模型发行说明常见问题GitHub视频
开发者中心API 状态支持
文档
开发者中心API 状态支持

商品信息迁移策略

有关向清单 API 的各种迁移策略的详细信息。

迁移商品信息工作流程所需的步骤因您的用例和业务需求而异。本节概述了其他注意事项,这些注意事项可能有助于您定义影响最小且能够反复利用新功能的迁移策略。

迭代式工作流程迁移

商品信息管理工作流程通常是每个销售伙伴所特有的用例和业务逻辑的复杂组合,它们是围绕各个商品信息工具(例如类别 XSD)的特定功能构建的。在之前提交的 XML 上传数据中,商品信息工作流程被迫分别处理商品、定价、库存和其他数据,无论这种模式是否符合个人销售伙伴的用例和业务逻辑。使用商品信息 API 和 JSON_LISTINGS_FEED,这种类型的工作流程模式将得到支持,同时还能灵活地构建工作流程,使其更符合各个销售伙伴的用例和业务逻辑。

商品信息 API 和 JSON_LISTINGS_FEED 提供的灵活性允许采用迭代方法迁移商品信息管理工作流程的各个部分,而不必一次性迁移所有内容。采用分阶段的方法,您可以对工作流程的较小部分进行重构、测试、迭代和迁移,从而在迁移的每个阶段减少这些更改对业务工作流程的整体影响。以下是以迭代方式进行迁移时需要考虑的建议领域。

数据类型

在商品信息工作流程中创建和管理商品数据非常复杂,因为不同商城和商品类型的数据模型和限制条件各不相同。对于大多数用例来说,更新库存、定价和图片是最不复杂的。

若要迭代迁移商品信息工作流程,可按数据类型(如库存、定价、图像)对迁移进行细分。这样就可以从最不复杂的数据元素开始,最后才迁移最复杂的数据(即商品数据)。

例如,先迁移定价和库存工作流程。这样,您就可以通过将可静态映射的数据元素从基于 XML 的工作流程迁移到商品信息 API 或基于 JSON_LISTINGS_FEED 的工作流程,从而构建初始集成。在扩展迁移范围以纳入每种数据类型时,您可以选择在每种数据类型的处理之间保持隔离状态,也可以选择重构以整合对不同数据类型的处理。

开始使用新的 API 和通知功能

您可以开始使用新的销售伙伴 API 和通知功能,这些功能可以与现有的基于 XML 或库存模板文件上传数据的工作流程配合使用。通过在迁移的早期进行此操作,您可以利用以下功能:

  • Listings Items API (getListingsItem) - The getListingsItem operation of the Listings Items API returns the current status, issues, and other data associated with a listing, including listings created with other tools. For existing listings, this operation returns the previously submitted data in the format used for Listings Items API and JSON_LISTINGS_FEED submissions.
  • Listings Restrictions API - The Listings Restrictions API provides eligibility details for selling partners creating offers on items in the Amazon catalog. This API allows you to verify eligibility requirements for a selling partner prior to spending time or effort on the offer creation process.
  • LISTINGS_ITEM_ISSUES_CHANGE Notifications - You can subscribe to the LISTINGS_ITEM_ISSUES_CHANGE notification to receive a notification when issues are added or cleared on selling partner listings. You can then use the Listings Items API to retrieve the latest status and issues for a listing.
  • LISTINGS_ITEM_STATUS_CHANGE Notifications - You can subscribe to the LISTINGS_ITEM_STATUS_CHANGE notification to receive a notification whenever the buyability status changes on selling partner listings. You can then use the Listings Items API to retrieve the latest status and issues for a listing.

仅限报价的工作流程

Listings management workflows that manage offer-only listings are less complex than workflows managing listings with product data. Offer-only listings refers to listings with sales terms (inventory and pricing) on existing items in the Amazon catalog. Another iterative approach is migrating offer-only listings workflows prior to migrating listings that include product data. For more details on creating offer-only listings with the Listings Items API and JSON_LISTINGS_FEED submissions, refer to the List an offer for an item that already exists in the Amazon catalog tutorial in the Building Listings Management Workflows Guide.

商品类型和商城

管理包含商品数据的商品信息的数据模型和限制条件因商品类型和商城而异。类别 XSD 在类别级别中定义这些数据模型,而商品类型定义 API 则在单个商品类型中定义这些数据模型。在大多数用例中,商品数据的迁移是迁移商品信息工作流程中最复杂的部分,因此按类别、商品类型和商城进行迭代的方法允许您配置数据映射、测试提交,并更快地迭代少量数据,而不是一次配置所有内容。

🚧

目前尚不支持所有商城中的所有商品类型

商品信息 API 和 JSON_LISTINGS_FEED 尚不支持所有商城中的所有商品类型。通过按商品类型和商城划分的迭代方法,您可以开始迁移,并在这些工具可用时以迭代方式采用这些工具中的商品类型。


此页面对您有帮助吗?