将购物车内容从一个网站传递到另一个独立于平台的解决方案?

发布于 2024-10-09 23:09:05 字数 224 浏览 4 评论 0原文

我在一家产品制造商工作,我们不直接向客户销售产品,而是通过我们的经销商网络进行分销。我想为我们的网站访问者提供一种构建购物车的方法,然后将购物车内容传递到他们选择的经销商网站。

该解决方案需要独立于平台,尽管我将在 ASP.net 中进行开发,因为我们经销商的网站平台各不相同。我假设大多数(如果不是全部)都没有现有的 API 可以与之交互。

您认为完成这项任务的好方法是什么?

谢谢!

I work for a product manufacturer and we do not sell products directly to customers, distribution is through our dealer network. I'd like to provide our website visitors with a means to build a shopping cart and then pass the cart contents off to the dealer website of their choice.

The solution needs to be platform independent, even though I will be developing in ASP.net since our dealers' website platforms vary. I would assume most, if not all, do not have an existing API to interface with.

What do you think would be a good means of accomplishing this task?

Thanks!

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

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

发布评论

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

评论(1

↘紸啶 2024-10-16 23:09:05

创建一个引用注册表(使用 mongodb、memcached 或任何您喜欢的内容)并创建一个 Restful api 来访问该注册表,您可以使用您喜欢的任何格式(例如 json、xml )。您甚至可以使用某种队列管理器来完成此任务

make a quote registry (with mongodb, memcached or whatever you like) and make a restful api to access that registry you can use any format you like (like json, xml ). You can even use some kind of queue manager to acomplish that

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