我正在使用 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 文档中搜索,但没有发现任何有用的信息。
有人能帮我吗?