即时 UPS 追踪号码

发布于 2024-11-13 01:39:49 字数 308 浏览 3 评论 0原文

我有一个有购物车的客户。她想要实现一个模块,允许最终用户在购买后立即收到跟踪号码。

我不太确定这是否可能。我的想法是,店主发货后,店主会收到一个跟踪号码,他/她可以将其提供给购买者。然后购买者就可以开始跟踪他们的包裹。

我想我的问题是......“是否有可能在店主费心包装订单并将其发送出去之前生成一个跟踪号码并提供给购买者。这样购买者就可以自动开始跟踪他们的购买情况并店主不必手动给他们提供跟踪号码。” ?

我知道这需要 api。在我开始投入大量时间尝试构建它之前,我只需要知道这是否可行。

她正在使用 Magento 提供购物车服务。

I have a client that has a shopping cart. She wants to implement a module that allows the end user to receive a tracking number immediately after purchase.

I am not too sure if this is possible. My concept is that after the store owner ships the purchase, that's when the store owner receives a tracking number that he/she can give to the purchaser. And the purchaser then can start tracking their package.

I guess my question is... "Is it possible to generate a tracking number to give to the purchaser before the store owner even bothers to wrap up the order and send it out.This is so the purchaser can automatically start tracking their purchase and the store owner doesn't have to manually give them a tracking number." ?

I know this would have to require the api. I just need to know if this is possible before I start investing alot of time in trying to build it.

She is using Magento for her shopping cart service.

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

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

发布评论

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

评论(5

臻嫒无言 2024-11-20 01:39:49

您可以使用所谓的跟踪参考

来自 UPS:

当您创建货件时,您可以
指定有帮助的货件参考号
您可以快速轻松地进行追踪。这
参考最多可包含 35 个
任意组合的字符
字母和数字

http://www.ups .com/content/us/en/resources/track/check/#Track+by+Reference

UPS 会将此参考号存储在其系统中,以便您可以让客户使用该参考号进行跟踪。他们需要单击“跟踪包和跟踪”中的“按参考跟踪”。运费标签。

You can use what's called a tracking reference.

From UPS:

When you create a shipment, you can
assign a shipment reference that helps
you track quickly and with ease. This
reference can contain up to 35
characters in any combination of
letters and numbers

http://www.ups.com/content/us/en/resources/track/check/#Track+by+Reference

UPS will store this reference number in its system so that you can have customers track with that instead. They will need to click Track By Reference in the Track Packages & Freight tab.

陪你到最终 2024-11-20 01:39:49

软件中的一切都是可能的,这就是“可能”。据我所知,没有任何内置或第三方可以将此功能构建到系统中。 我使用 UPS 运输 API 的经验表明,即使您在订购时创建了 UPS 货件,在创建实际运输代码之前也会存在不确定的延迟。请参阅此线程中提到的跟踪参考。

如果您想继续前进,就意味着创建您自己的跟踪系统。生成订单后,您还会立即生成一个唯一的跟踪号码和一个跟踪 URL。此 URL 指向您的系统,并返回一个页面,其中列出了系统中该订单的任何 UPS、FedEX 等跟踪号码。如果订单尚未收到其编号,您可以列出一条消息,例如“在源仓库”。

祝你好运,ERP 和履行集成始终是一个难题。

It's "possible" in that way that everything in software is possible. There's nothing built-in or third party that I know of that would build this functionality into a system though. My experience with the UPS shipping API says that even if you created a UPS shipment at the time of ordering, there's a non-deterministic delay before the actual shipping code is created. See mention of tracking reference in this thread.

If you want to move forward with this, it means creating your own tracking system. Immediately after generating an order you also generate a unique tracking number, and a tracking URL. This URL points at your system, and returns a page that lists ou;t any UPS, FedEX, etc tracking numbers that are in the system for that order. If the order hasn't received its number yet, you list a message like "at source warehouse" instead.

Good luck, ERP and fulfillment integration is always a bear.

眼角的笑意。 2024-11-20 01:39:49

据我认为 Magento 内置了对此类跟踪服务的支持。
不记得它是否支持 UPS,但我猜是的。

否则,请使用 UPS Developer API 并使用他们的网络服务。

对于您需要的预先跟踪号码,该功能也在 Magento 中实现,用于运输包裹以及订单跟踪等...

  • PS:我在 Magento 1.4+ 中观察到了这些

As far as i think Magento has built-in support for such tracking services.
Dont remember if it supports UPS but i guess it does.

Otherwise use the UPS Developer API and play around with their web services.

And for the advance tracking number as you require that feature is also implemented in Magento for shipping packages as well as order tracking etc...

  • PS: I observed these in Magento 1.4+
夏了南城 2024-11-20 01:39:49

您可以获得捆绑的运输表格,其中包含预先填写的公司名称、地址、帐户等字段。这些捆绑包还具有有序的跟踪号码。

您必须获取这些捆绑包,并在收到它们后将堆栈的起始编号和结束编号输入数据库。从那里开始,包装订单的人必须小心地使用正确的订单表格。

You can get bundles of shipping forms with fields such as your business name, address, account etc that are prefilled. These bundles also have sequenced tracking numbers.

You would have to get these bundles and upon receiving them enter the starting number and ending number of the stack into a database. From there the person packing the order must be careful to use the correct form with the order.

悟红尘 2024-11-20 01:39:49

如果您与 ShipWorks 交互并使用 UPS 帐户进行设置,它会创建您的 UPS 运输标签、获取运费并将 UPS 追踪号码发回 Magento。非常顺利的整合。

If you interface with ShipWorks and set it up with your UPS account, it both creates your UPS shipping label, gets the shipping charge and posts the UPS tracking number back to Magento. Very smooth integration.

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