Title: Adding Multiple Inventory
Last modified: February 8, 2023

---

# Adding Multiple Inventory

 *  Resolved [peterose](https://wordpress.org/support/users/peterose/)
 * (@peterose)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adding-multiple-inventory/)
 * How to add 2 or more stock quantities from different location when importing 
   or updating a product using WP All Import?
    -  This topic was modified 3 years, 4 months ago by [peterose](https://wordpress.org/support/users/peterose/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/adding-multiple-inventory/#post-16459814)
 * Hi [@peterose](https://wordpress.org/support/users/peterose/),
 * Are you importing 1 stock feed that has 2 stock values that you want to add together?
   If so, you can use the built-in MATH function, e.g.:
 *     ```wp-block-code
       [MATH({stock1[1]},"+",{stock2[1]})]
       ```
   
 * If you’re importing 2 feeds and you need the second feed to add to the existing
   stock quantity, you’d have to write custom code that uses our API to do it: [https://www.wpallimport.com/documentation/action-reference/](https://www.wpallimport.com/documentation/action-reference/).
   There’s an example snippet that you can modify as needed here: [https://gist.github.com/039197cd63c3cb009a3cc3e0b2ea75f8](https://gist.github.com/039197cd63c3cb009a3cc3e0b2ea75f8).

Viewing 1 replies (of 1 total)

The topic ‘Adding Multiple Inventory’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/adding-multiple-inventory/#post-16459814)
 * Status: resolved