微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Amazon SP-API B2B 价格问题

如何解决Amazon SP-API B2B 价格问题

我正在尝试使用两个 API 调用获得产品定价和有竞争力的定价。

https://github.com/amzn/selling-partner-api-docs/blob/main/references/product-pricing-api/productPricingV0.md#getpricing

https://github.com/amzn/selling-partner-api-docs/blob/main/references/product-pricing-api/productPricingV0.md#getcompetitivepricing

根据以下内容,我的一切都适用于正常的 B2C 定价。

enter image description here

给我回复

{
    "payload": [
        {
            "status": "Success","ASIN": "B003X2CREY","Product": {
                "Identifiers": {
                    "MarketplaceASIN": {
                        "MarketplaceId": "A1F83G8C2ARO7P","ASIN": "B003X2CREY"
                    }
                },"Offers": [
                    {
                        "BuyingPrice": {
                            "ListingPrice": {
                                "CurrencyCode": "GBP","Amount": 169.42
                            },"LandedPrice": {
                                "CurrencyCode": "GBP","Shipping": {
                                "CurrencyCode": "GBP","Amount": 0.00
                            }
                        },"RegularPrice": {
                            "CurrencyCode": "GBP","Amount": 169.42
                        },"FulfillmentChannel": "MERCHANT","ItemCondition": "New","ItemSubCondition": "New","SellerSKU": "LV429407"
                    }
                ]
            }
        }
    ]
}

如果我复制这个完全相同的调用,现在添加 OfferType: B2B,它现在会发出未经授权的错误

enter image description here

如果有人有想法,将不胜感激。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。