Hi. I’m looking for some guidance. I’m currently working on a solution for a client which the marketplace use case seems perfect for. The client however has multiple markets where the vendors can sell their products. Is this something that would be possible using Solidus?
n
Naoki Mi
12/02/2022, 6:37 AM
multiple markets with shared products, or each with their own set?
d
Dirk Coetzer
12/02/2022, 6:39 AM
Vendors would have their own products but they would be able to have stands at different markets at the same time. Does that make sense?
n
Naoki Mi
12/02/2022, 6:42 AM
it does
maybe someone more experienced can chime in, but I think it could be possible to set it up by having a unified vendor panel (Solidus Admin) through which they could manage their products and select at which markets to open a stand
the individual markets could then get the products via API calls (using Solidus API)
Naoki Mi
12/02/2022, 6:44 AM
alternatively you could use Solidus out-of-the-box and just build different search pages for the different markets, which they would then redirect to the same checkout flow
d
Dirk Coetzer
12/02/2022, 6:44 AM
Yes, I would definitely want to use the api. I am currently working on a production e-commerce site that is using an older version of the gem and I really enjoy the flexibility.
Dirk Coetzer
12/02/2022, 6:45 AM
Okay. Thanks @Naoki Mi. I’ll start doing something as a test and see how far I get.