带有 200 响应代码的 Amazon SP-API getOrder API 空响应

问题描述

Getorder API 端点和参数

df

             A       B       C B_shifted C_shifted Trend  Count
0   553.666667  533.50  574.00       NaN       NaN  Flat      1
1   590.818182  575.50  595.50    533.50       574    Up      1
2   531.333333  527.50  536.50    575.50    595.50  Down      1
3   562.000000  562.00  562.00    527.50    536.50    Up      1
4   551.857143  538.50  557.50       562       562  Down      1
5   592.000000  585.50  598.50    538.50    557.50    Up      1
6   511.000000  511.00  511.00    585.50    598.50  Down      1
7   564.333333  548.00  590.50       511       511    Up      1
8   574.333333  552.00  580.00       548    590.50  Flat      1
9   537.500000  513.25  574.50       552       580  Down      1
10  609.500000  582.25  636.75    513.25    574.50    Up      1
11  535.000000  531.00  565.00    582.25    636.75  Down      1
12  567.142857  539.50  588.50       531       565    Up      1
13  566.625000  546.25  594.25    539.50    588.50    Up      2
14  576.631579  556.00  598.00    546.25    594.25    Up      3
15  558.333333  538.00  584.00       556       598  Down      1

订单 ID = 111-6934537-0********

getorder API 参考:

https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md

得到以下回复(在邮递员中):

https://sellingpartnerapi-na.amazon.com/orders/v0/orders/111-6934537-0********

我按照文档 https://github.com/amzn/selling-partner-api-docs/blob/main/guides/developer-guide/SellingPartnerApiDeveloperGuide.md

中给出的说明进行操作

我的标题信息:

x-amz-access-token:Atza|Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

授权:

使用 AWS 签名进行授权(邮递员授权选项卡)。生成签名所需的参数如下(它正在工作):

访问密钥:AKIAZB**********

SecretKey : 50h4F1IEPr************************

AWS 区域:us-east-1

服务名称:execute-api

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)