跳转至

Amazon > 补货

共 条需求,按创建时间倒序。产品经理:陈家宜

当前最新逻辑

(待人工总结:以最新一条已完成需求的描述为准)

需求历史


2025-05-29 | 已完成 | ECERPH-28549

标题:订单系统》amazon商品补货和更新价格接口更新(6.30号之前要上线)

云效链接

负责人:文明亮 | 需求类型:平台接口变更 | 模块:销售-客服管理 | 迭代:20250624-常规-6月第四迭代 | 最后更新:2025-06-24

需求描述

  • 背景(谁?什么问题?有什么影响?为什么?)

废弃通知: https://developer-docs.amazon.com/sp-api/changelog/update-deprecation-of-feeds-api-support-for-xml-and-flat-file-listings-feeds-date-changed-to-june-30-2025

=============================================================================================================== 您好,

这里是开发者支持。

POST_PRODUCT_PRICING_DATA和POST_INVENTORY_AVAILABILITY_DATA不再支持使用XML feed,开发者必须使用JSON_LISTINGS_FEED去更新price和availability。

步骤为先通过getDefinitionsProductType获取对应sku的schema https://developer-docs.amazon.com/sp-api/reference/getdefinitionsproducttype

schema会告诉开发者哪个attributes是 price哪个是fullfill by seller 商品的库存也就是availability fba商品的库存数量只能fba团队更新卖家不可以更新。

如果想更新 price 就是要修改path 下面的 /attributes/purchasable_offer 想更新availability 就是要修改path /attributes/fulfillment_availability 我们以下为例 { "header": { "sellerId": "AXXXXXXXXXXXX", "version": "2.0", "issueLocale": "en_US" }, "messages": [ { "messageId": 1, "sku": "My-SKU-A", "operationType": "PATCH", "productType": "PRODUCT", "patches": [ { "op": "replace", "path": "/attributes/fulfillment_availability", "value": [ { "fulfillment_channel_code": "DEFAULT", "quantity": 10 } ] } ] }, { "messageId": 2, "sku": "My-SKU-B", "operationType": "PATCH", "productType": "PRODUCT", "patches": [ { "op": "replace", "path": "/attributes/fulfillment_availability", "value": [ { "fulfillment_channel_code": "DEFAULT", "quantity": 12 } ] } ] } ] }

以下link的 listings-feed-schema-v2.example.json 也有例子 https://github.com/amzn/selling-partner-api-models/tree/main/schemas/feeds

您软件工程师阅读以上信息后应该是可以举一反三知道如何更新sku的某一个attributes包括price。我们会关闭此case,因为已经正确回答您的问题。如果有其他问题请开新的case。

You have received this message because you were copied on the correspondence about this case by the person in your company who opened it. Although this case has been resolved by our support team, if you have questions about this issue, it may be helpful to bring them to the attention of the person who opened the case. If further assistance is needed, please ask this person to reopen this case and we will be glad to continue to provide assistance.

Thank you for selling with Amazon,

Amazon.com Seller Support

MORE WAYS TO GET HELP: Visit our Seller Forums for help from other sellers: http://sellercentral.amazon.com/forums Browse all Seller Help topics: http://sellercentral.amazon.com/gp/help

To contact us again about this issue, please use the Contact Us form in Seller Central using the following link:

https://sellercentral.amazon.com/cu/case-dashboard/view-case?caseID=17831521881

Please note: this e-mail was sent from a notification-only address that cannot accept incoming e-mail. Please do not reply to this message.

  • 需求(做什么?怎么做?有什么要注意的?)

订单系统》amazon商品

  • amazon商品补货和价格更新接口需要更新为JSON_LISTINGS_FEED

2.改价功能不切换的话需要增加以下提示:批量改价功能由于平台接口切换,此功能将于2025年06月30日后逐步下线,为了保证您的使用体验,请到销售》Amazon》分析定位问题》Lisitng-Listing页面下找到【更多操作-调整价格】按钮进行改价操作 【图片】