如何将包裹提交给 ups 以获得追踪号码? (PHP)

发布于 2024-10-22 12:40:17 字数 265 浏览 2 评论 0原文

在进入 api 之前,我对这一切是如何工作的有点困惑。 我有一个电子商务网站,我正在构建它不是第三方并且 我有一个下拉菜单,显示所有运输类型及其价格 因此,一旦客户选择了他们想要的运输并结帐,我该如何 将购买的商品提交给 ups 以便 ups 可以提供追踪号码? 这一切是如何运作的?

ups追踪API有这个信息吗?如果你知道的话可以吗 解释一下,以便我更好地理解它是如何工作的。

非常感谢

ps 除了 api 页面之外,您还知道其他参考资料来学习如何执行此操作吗?

before getting into the api i am a little confused to how this all works.
i have an ecommerce site that i am building its not a third party and
i have a dropdown that displays all the shipping types and their prices
so once teh customer selects the shipping they want and checksout how do i
submit the purchase into ups so that ups can provide a tracking number?
how does that all work?

would the ups tracking api have this information? if you know it can you please
explain so that i have a better understanding of how it works.

thanks alot

ps would you know any references oher than the api page to learn how to do this?

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

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

发布评论

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

评论(1

荒人说梦 2024-10-29 12:40:17

我最近正在连接 ups api,他们的 api 分为几个模块。我正在使用 Shipping API,它的工作原理如下:

  • 从用户收集信息,
  • 将请求发送到 api,并以用户数据
  • 作为答案,您将得到(以及许多其他内容)跟踪号码和带有运输标签的文件,格式为您在请求中选择的格式

如果您有任何其他问题请来宾。

I was recently conneting to ups api and their api is divided into few modules. I was using Shipping API and it works like this:

  • collect informations from user
  • send request to api with user data
  • as an answer you get (among many other things) tracking number and file with shipping label in format you choose in request

If you have any other questions be my guest.

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