# Adding Multiple Items To A Cart Via Our Showcase Site

**URL:** https://forum.shopware.com/t/adding-multiple-items-to-a-cart-via-our-showcase-site/28203
**Category:** Shopware 3.5
**Tags:** general
**Created:** [17. Juni 2015 um 14:33 UTC](https://forum.shopware.com/t/adding-multiple-items-to-a-cart-via-our-showcase-site/28203 "2015-06-17T14:33:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![thebrownsquare](https://avatars.discourse-cdn.com/v4/letter/t/e79b87/32.png) [@thebrownsquare](https://forum.shopware.com/u/thebrownsquare)
#### Post date: [17. Juni 2015 um 14:33 UTC](https://forum.shopware.com/t/adding-multiple-items-to-a-cart-via-our-showcase-site/28203/1 "2015-06-17T14:33:50Z")

</div>

Hello, everyone. I’m new here and hope I won’t be too annoying, but I do have a super quick question. I just inherited a client with this system and I’m supposed to do a re-design on their main product showcase site, NOT on their shopware site. But I want to do a configurator that on our site. This would mean once the user has configured their item and clicks BUY, I would need to send multiple product ID’s and add them to their shopware cart. Is this something you can do in Shopware 4 & 5? I think we are on 4 now, but I’d like to move to 5 in the future. Thanks so much for your help. I couldn’t find this in the documentation, but I’m not a hardcore dev so maybe I missed it. Sincerely, thebrownsquare

---

<div class="post-metadata">

### Author: ![tarkka](https://avatars.discourse-cdn.com/v4/letter/t/ba8739/32.png) [@tarkka](https://forum.shopware.com/u/tarkka)
#### Post date: [18. Juni 2015 um 16:02 UTC](https://forum.shopware.com/t/adding-multiple-items-to-a-cart-via-our-showcase-site/28203/2 "2015-06-18T16:02:52Z")

</div>

Hello, Shopware has has quite powerful API: [more here](http://en.wiki.shopware.com/%5C_detail%5C_1572.html) However standard API does not cover basket functions. But you can just call url `/checkout/addArticle/sAdd/[product\_code]/sQuantity/[ordered\_count]` i.e. [http://www.shopwaredemo.de/checkout/add … Quantity/5](http://www.shopwaredemo.de/checkout/addArticle/sAdd/SW10001/sQuantity/5)
