我是fedex web-services API的新手。
我想打印带有装订货件的退货标签。我尝试在RequestedShipment/SpecialServicesRequested
标记下添加以下标记。但我收到错误“交换货物不允许替代发件人”。
这是我的请求看起来像..
<RequestedShipment>
.
.
<SpecialServicesRequested>
.
.
<ReturnShipmentDetail>
<ReturnType>PRINT_RETURN_LABEL</ReturnType>
</ReturnShipmentDetail>
.
.
</SpecialServicesRequested>
.
.
</RequestedShipment>
提前致谢...
更新:我使用的是fedex API 10。
答案 0 :(得分:2)
请求返回标签时,请求中不应包含以下两个元素。
LabelSpecification / PrintedLabelOrigin / Contact LabelSpecification / PrintedLabelOrigin / Address
以上元素用于覆盖送货地址默认值的退货地址。:)