Amazon SP-API 终端节点通过订单 ID 获取账单地址

Posted

技术标签:

【中文标题】Amazon SP-API 终端节点通过订单 ID 获取账单地址【英文标题】:Amazon SP-API endpoint to get Billing address by order ID 【发布时间】:2021-09-20 12:14:14 【问题描述】:

我正在使用 Amazon Selling Partner API 在我的应用程序中导入订单。 我正在使用 orders/v0/orders 来获取订单列表并返回我调用的 foreach 订单

    /orders/v0/orders/orderId/address 获取送货地址 /orders/v0/orders/orderId/orderItems 按顺序获取商品 /orders/v0/orders/orderId/buyerInfo 获取buyerEmail 和buyerName

现在,我最不需要的就是获取最终的帐单地址。

我在 SP-API 文档中进行了搜索,但没有找到任何有用的信息。

有人可以帮我吗?

【问题讨论】:

【参考方案1】:

我认为这是不可能的。有人就 MWS 提出了这个问题,鉴于亚马逊处理所有账单,回答是“为什么”。我怀疑 SP-API 是类似的。

https://sellercentral.amazon.com/forums/t/retrieving-buyers-billing-address/124948

【讨论】:

以上是关于Amazon SP-API 终端节点通过订单 ID 获取账单地址的主要内容,如果未能解决你的问题,请参考以下文章

Amazon SP-API PHP 库 [关闭]

Amazon SP-API文档看着累?那就看这里!

向 Amazon SNS 移动推送服务注册移动/Android 终端节点

Amazon Sp-Api createFeedDocument,无响应 (Node.js) / 和 InvalidInput-contentType 错误

如何解决调用 Amazon SP-API 的问题,该 API 始终返回未经授权,即使使用有效的令牌和签名也是如此

如何使用 Amazon Cognito 注销终端节点?