为什么返回报错The ShipFrom is not match with chain 2061?
为什么返回报错The ShipFrom is not match with chain 2061?
常见错误返回报文示例:
{ "status_code": 400,"message": "The ShipFrom is not match with chain 2061" }
解决方法:
1、Ship_from未使用uuid,调用/v1/open-api/ship-from接口进行查询对应发货地址的uuid后将uuid填写至Ship_from。具体可以跳转至:发件地址查看。
2、调用/v1/open-api/ship-from接口进行查询对应发货地址,将正确发货地址的信息填写至Ship_from。具体可以跳转至:发件地址查看。