Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon mws 在Amazon MWS中获得装运承运人?_Amazon Mws - Fatal编程技术网

Amazon mws 在Amazon MWS中获得装运承运人?

Amazon mws 在Amazon MWS中获得装运承运人?,amazon-mws,Amazon Mws,如何在Amazon MWS的Orders API中为已发货的最惠国帐户获取承运人名称?使用Order API是否可以做到这一点?虽然我确信MWS中提供了该API,但使用carriers shipping number结构来确定承运人要容易得多 即 联邦快递可以有12位或15位追踪号码,条形码可以是22位 UPS在其追踪装置前有1Z USPS格式为20位数字(例如9999999999999999),或13个字母和数字字符的组合,通常以2个字母开头,后接9位数字,以“US”结尾(例如EA 999 U

如何在Amazon MWS的Orders API中为已发货的最惠国帐户获取承运人名称?使用Order API是否可以做到这一点?

虽然我确信MWS中提供了该API,但使用carriers shipping number结构来确定承运人要容易得多

联邦快递可以有12位或15位追踪号码,条形码可以是22位

UPS在其追踪装置前有1Z

USPS格式为20位数字(例如9999999999999999),或13个字母和数字字符的组合,通常以2个字母开头,后接9位数字,以“US”结尾(例如EA 999 US)


构建正则表达式以轻松处理这些问题。

我认为目前没有任何API可以通过MWS检索跟踪信息(甚至只是运营商名称)


为完整起见:要提交包括承运人名称和跟踪号在内的装运信息,您可以使用FeedType=
\u POST\u ORDER\u FULFILLMENT\u DATA.
SubmitFeed
API。相应的XSD(OrderFulfillment.XSD)将以下值定义为有效的
CarrierCode
s:USPS、UPS、FedEx、DHL、Fastway、GLS、GO!、Hermes Logistik Gruppe、Royal Mail、Parcelforce、City Link、TNT、Target、SagawaExpress、NipponExpress、YamatoTransport。所有其他运营商必须使用
CarrierName
字段。

我知道如何获取发货订单,但我不了解ca我想说的是,你没有准确地理解这个问题。我想布万是在寻找一个(可能是网络服务)API来查询这些跟踪号码。嗨,Trinimon,是的,你是对的。我正在搜索根据亚马逊订单号查询跟踪号码和运营商名称,但我无法获得数据。