Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Amazon SP-API getorders API 终端节点不发送该订单的项目。我想在我的库存中显示带有亚马逊卖家中心的商品的订单。为每个订单调用获取项目(getorderitems 端点)是不明智的。有没有其他方法可以实现这一目标?
卖方中心在单个响应中完全发送订单项目数据。
SP-API 专门设置为在一次 API 调用中不包含所有数据。它们为您提供以下操作,以便能够获取您需要的特定数据:
订单API
因此,对于每个订单,您需要调用 getOrderItems 操作来检索您要查找的数据。