使用此 FEDEX 运输脚本发送需要哪些属性?

发布于 2024-08-06 08:09:21 字数 1582 浏览 11 评论 0原文

谁能告诉我用 $ship_data 发送的属性是什么?

我对此也很困惑。

我知道需要发送出发地地址、目的地地址、姓名等。

但数据应该如何对齐。就像名字是第一,地址是第二等等......

任何帮助都会有用

**>

// 创建新的 fedex 对象 $fed = new FedExDC('#########','##########');

$ship_data = array( 75=> 'LBS', 16=> ‘妈’, 13=> ‘44大街’, 5=> '312 斯图尔特街', 第1273章'01', 第1274章'01', 18=> '6173335555', 15=> '波士顿', 23=> '1', 9=> '02134', 183=> '6175556985', 8=> '马', 117=> '我们', 17=> '02116', 50=> '我们', 4=> “佛蒙特有限责任公司”, 7=> '波士顿', 第1369章'1', 12=> “杰·鲍尔斯”, 第1333章'1', 第1401章'1.0', 116=> 1、 68=> '美元', 第1368章1、 第1369章1、 第1370章5 );

// 船舶示例 $ship_Ret = $fed->ship_express($ship_data);

if ($error = $fed->getError()) { 回显“错误:”。 $错误; } 别的 { // 将标签保存到磁盘 $fed->label('mylabel.png');

}

/* 跟踪示例

$track_Ret = $fed->track( 数组( 29 => 790344664540,));

echo $fed->debug_str. “\n
”;回声 "价格".$ship_Ret[1419];*/ echo “

<前>”;如果($错误= $fed->getError()) { 死(“错误:”。$错误); } 别的 { // 解码并保存标签 $fed->label('myLabel.png'); echo $fed->debug_str. “\n
”; 回显“\n\n”; echo "价格$".$ship_Ret[1419]; 回显“\n”; echo "追踪#".$ship_Ret[29]; } 回显“”;

?>**

谢谢费

could any one please tell me what are the attributes that are send with $ship_data ?

I am too confused about it.

I know that ORIGIN ADDRESS, DESTINATION ADDRESS, NAME etc.. need to be send.

But how the data should be aligned. Like name is FIRST, address is SECOND etc...

Any help will be useful

**>

// create new fedex object $fed = new
FedExDC('#########','#########');

$ship_data = array( 75=> 'LBS',
16=> 'Ma' ,
13=> '44 Main street' ,
5=> '312 stuart st',
1273=> '01',
1274=> '01',
18=> '6173335555',
15=> 'Boston',
23=> '1',
9=> '02134',
183=> '6175556985',
8=> 'MA',
117=> 'US',
17=> '02116',
50=> 'US',
4=> 'Vermonster LLC',
7=> 'Boston',
1369=> '1',
12=> 'Jay Powers',
1333=> '1',
1401=> '1.0',
116=> 1,
68=> 'USD',
1368=> 1,
1369=> 1,
1370=> 5
);

// Ship example $ship_Ret =
$fed->ship_express($ship_data);

if ($error = $fed->getError()) {
echo "ERROR :". $error; } else {
// Save the label to disk
$fed->label('mylabel.png');

}

/* tracking example

$track_Ret = $fed->track( array(
29 => 790344664540, ));

echo $fed->debug_str. "\n
"; echo
"Price ".$ship_Ret[1419];*/ echo
"

"; if ($error =
$fed->getError()) {
die("ERROR: ". $error); } else {
// decode and save label
$fed->label('myLabel.png');
echo $fed->debug_str. "\n
";
echo "\n\n";
echo "Price $".$ship_Ret[1419];
echo "\n";
echo "Tracking# ".$ship_Ret[29]; } echo "
";

?>**

Thanks

Fero

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

假装爱人 2024-08-13 08:09:21

试试这个 PHP 类,它是为使用 FedEx 的 Ship Manager 处理交易而开发的直接连接 API。它可以用于API可以支持的所有交易。

有关更多详细信息,请参阅 FedEx 网站上的文档。

http://www.fedex.com/us/solutions/wis/

Try this PHP Class it has been developed to process transactions with FedEx's Ship Manager using the Direct Connection API. It can be used for all transactions that the API can support.

For more detailed information please referer to FedEx's documentation located at their website.

http://www.fedex.com/us/solutions/wis/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文