UPS 访问许可证号

发布于 2024-09-18 12:31:52 字数 671 浏览 4 评论 0原文

我正在使用 Mark Sanborn UPS 功能来计算 UPS php 的运费

在这个函数中,您必须更改已定义的变量的一些值

 // ========== CHANGE THESE VALUES TO MATCH YOUR OWN ===========  

 $AccessLicenseNumber = '12345678910'; // Your license number  
 $UserId = 'username'; // Username  
 $Password = 'password'; // Password  
 $PostalCode = '12345'; // Zipcode you are shipping FROM  
 $ShipperNumber = '98765'; // Your UPS shipper number 

,但我无法计算出 UPS 帐户的 $AccessLicenseNumber 以及我的 $ShipperNumber

请任何使用过此 API 的人给我一个开始。

提前致谢。

I am using Mark Sanborn UPS Function to calculate UPS shipping rates with php

In this function you have to change some values of variables already defined

 // ========== CHANGE THESE VALUES TO MATCH YOUR OWN ===========  

 $AccessLicenseNumber = '12345678910'; // Your license number  
 $UserId = 'username'; // Username  
 $Password = 'password'; // Password  
 $PostalCode = '12345'; // Zipcode you are shipping FROM  
 $ShipperNumber = '98765'; // Your UPS shipper number 

but I could not figure out my $AccessLicenseNumber for UPS account also my $ShipperNumber.

Please any one used this API give me a start.

Thanks in Advance.

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

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

发布评论

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

评论(3

地狱即天堂 2024-09-25 12:31:52

当您请求 API 凭证时,这两个值均由 UPS 发出。

UPS 凭证由 4 个不同的值组成 - 用户 ID、密码、访问密钥(许可证号)和发件人编号。发件人号码是可选的,但包含在内可能会影响退回的费率。

可在此处请求 UPS API 凭据:https://www.ups.com/upsdeveloperkit?loc=en_US

Both of those values are issued by UPS when you request API credentials.

UPS credentials are made up of 4 distinct values- user id, password, access key (license number) and shipper number. Shipper number is optional, but including can affect which rates are returned.

UPS API credentials can be requested here: https://www.ups.com/upsdeveloperkit?loc=en_US

書生途 2024-09-25 12:31:52

我的 UPS ID 和密码

只要您有电子邮箱,您就可以在 UPS 网站上 1 分钟内轻松创建。

UPS 帐号

首先您需要开设 UPS 帐户以获取 UPS 帐号。每个国家/地区都有不同的开户流程,例如在美国,您只需在 UPS 网站上提交开户表格即可。

访问密钥

您必须登录“我的 UPS 帐户”以连接您的 UPS 帐户,然后请求访问密钥才能开始使用 UPS 运输和费率 API。

  1. 创建“我的 UPS”帐户并开设 UPS 托运人帐户
  2. 登录“我的 UPS 帐户”>点击账户汇总>连接您现有的托运人帐户
  3. 点击 UPS 开发人员工具包网站 上的“请求访问密钥”
  4. 然后您应该能够获取访问密钥。

您可以参考此获取 UPS 凭证的详细指南

My UPS ID & Password

You can easily create in 1 min at UPS website, as long as you have an email.

UPS account number

First you need to open a UPS account to get the UPS account number. Each country has a different process to open an account, e.g. In USA, you can simply submit a form to open account at UPS website.

Access Key

You have to login to My UPS account to connect your UPS account, and then request Access key to start using UPS shipping and rates API.

  1. Create a My UPS account and open a UPS shipper account
  2. Login to My UPS account > click Account Summery > Connect your existing shipper account
  3. Click "Request an access key" at UPS Developer Kit site
  4. Then you should be able to get the access key.

You can refer to this detailed guide to get UPS credentials.

小女人ら 2024-09-25 12:31:52

用户 ID 和密码是您用于 UPS.com 的凭据,发件人号码是您的 UPS 帐号。当您注册在线工具时,UPS 会提供访问许可证号。

UserID and Password are the credentials you use for UPS.com and the shipper number is your UPS account number. The access license number is provided by UPS when you signup for the OnLine tools.

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