简体   繁体   English

将商家的库存系统连接到市场

[英]Connecting inventory systems of merchants to marketplace

Before I start: I have absolutely no clue about programming whatsoever and basically just want to know if the thing I need is possible (within an appropriate timeframe and budget).在我开始之前:我对编程一无所知,基本上只是想知道我需要的东西是否可行(在适当的时间框架和预算内)。

I have a marketplace and merchants who want to sell products on my marketplace.我有一个市场和想要在我的市场上销售产品的商家。 BUT these merchants also have a physical store.但这些商家也有实体店。

So what I need is a program/system that is connected to the inventory systems of the merchants, which will synchronise the inventory every time actions happen.所以我需要的是一个连接到商家库存系统的程序/系统,它会在每次操作发生时同步库存。 So something is bought in the offline store, inventory goes down in the online store as well and vice versa.因此,在线商店购买了一些东西,在线商店的库存也会下降,反之亦然。

The biggest problem: Almost every merchant has a different inventory system and I dont know if it's possible to develop a program that is compatible with every inventory system.最大的问题:几乎每个商家都有不同的库存系统,我不知道是否有可能开发一个与每个库存系统兼容的程序。

Another problem: What i know, the inventory systems merchants have, have interfaces, which enable merchants to connect their self-created online shop with their offline store, so their inventory is synchronised.另一个问题:据我所知,商家拥有的库存系统有接口,使商家能够将他们自己创建的在线商店与他们的离线商店连接起来,因此他们的库存是同步的。 However, some said it costs money to activate those interfaces.然而,有些人说激活这些接口需要花钱。 My questions is if it's necessary that those interfaces are activated when I want to connect my not yet developed system with theirs?我的问题是,当我想将尚未开发的系统与他们的系统连接时,是否有必要激活这些接口?

If such thing is possible, perhaps someone can tell me how much it cost and how long it takes to program such a thing.如果这样的事情是可能的,也许有人可以告诉我它需要多少成本以及编写这样一个东西需要多长时间。

Ps: I don't know if all inventory systems are build up the same but I'm located in Germany if that's important. Ps:我不知道所有库存系统是否都建立相同,但如果这很重要,我位于德国。

I would appreciate any help I can get!我会很感激我能得到的任何帮助!

Generally StackOverflow is more about specific programming questions, but that's not going to stop me from answering as best I can:)一般来说,StackOverflow 更多的是关于特定的编程问题,但这不会阻止我尽我所能回答:)

It would be impossible, or very tedious, to build a connected system if any of the merchants don't have an interface.如果任何商家都没有接口,就不可能建立一个连接的系统,或者非常乏味。 Also, fun fact, you'll more often see interfaces called APIs (which just stands for application programming interface), so it may be helpful to look for any mention of that on their websites.此外,有趣的事实是,您会更频繁地看到称为 API 的接口(仅代表应用程序编程接口),因此在他们的网站上查找任何提及它可能会有所帮助。

I think you may be right, unrestricted access to some APIs may, in some cases, be behind a pay wall, but it totally depends on the developer of the API.我认为您可能是对的,在某些情况下,对某些 API 的不受限制的访问可能存在付费障碍,但这完全取决于 API 的开发人员。 However, it doesn't make sense to me that a physical goods retailer would restrict access like that.但是,对我来说,实体商品零售商会限制这样的访问是没有意义的。 To be fair I'm no expert, but it might be best to double check.公平地说,我不是专家,但最好仔细检查一下。 If I'm wrong and they do restrict access, it will probably be worth the money to pay for access because that makes it significantly easier to work with.如果我错了并且他们确实限制了访问,那么为访问付费可能是值得的,因为这使得使用它变得更加容易。

I can't really guess how much it will cost, but I don't think it would take more than a week of coding per merchant.我真的无法猜测它会花费多少,但我认为每个商家的编码不会超过一周。

Take this with a lot of skepticism, I've never done any coding work like this.对此持怀疑态度,我从未做过这样的编码工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM