在 MWS 中对 _GET_MERCHANT_LISTINGS_ALL_DATA_ 报告使用 RequestReport时指定Region=FR时,我注意到一个问题:报告列与所有其他区域不同。
特别是缺少 ASIN1 列,这很烦人。
- 方法:请求报告
- 报告:_GET_MERCHANT_LISTINGS_ALL_DATA_
- 地区:法国
- 包:python-amazon-mws-tools
对于除 FR 以外的所有地区,我得到以下列:
item-name
item-description
listing-id
seller-sku
price
quantity
open-date
image-url
item-is-marketplace
product-id-type
zshop-shipping-fee
item-note
item-condition
zshop-category1
zshop-browse-path
zshop-storefront-feature
asin1
asin2
asin3
will-ship-internationally
expedited-shipping
zshop-boldface
product-id
bid-for-featured-placement
add-delete
pending-quantity
fulfillment-channel
merchant-shipping-group
status
当我指定Region=FR我得到以下列
item-name
listing-id
seller-sku
price
quantity
open-date
product-id-type
item-note
item-condition
will-ship-internationally
expedited-shipping
product-id
pending-quantity
fulfillment-channel
merchant-shipping-group
status
知道这可能来自哪里吗?
相关的 SellerCentral 论坛帖子