{"id":4883115,"date":"2022-02-14T13:51:15","date_gmt":"2022-02-14T13:51:15","guid":{"rendered":"https:\/\/www.wpallimport.com\/?p=4883115"},"modified":"2026-02-25T22:05:46","modified_gmt":"2026-02-25T22:05:46","slug":"woocommerce-inventory-management","status":"publish","type":"post","link":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/","title":{"rendered":"WooCommerce Inventory Management"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">WooCommerce Inventory Management Overview<\/h2>\n\n\n\n<p>Proper inventory management can be challenging for any company and this is certainly true for a WooCommerce store.<\/p>\n\n\n\n<p>The keys to success are:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Identify the events that can affect inventory.<\/li>\n\n\n\n<li>Identify the possible combinations, sequences, and timing of these events.<\/li>\n\n\n\n<li>Ensure that you have the software and procedures to properly handle these events.<\/li>\n<\/ol>\n\n\n\n<p>There are two main aspects of WooCommerce inventory management:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>sales-related processes<\/li>\n\n\n\n<li>supply-related processes<\/li>\n<\/ul>\n\n\n\n<p>We'll discuss these separately since they pose two different sets of challenges. To prevent this article from being too complex, we will use only Simple product types for all descriptions and examples.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"sales-related-processes\">WooCommerce Inventory Management for Sales-Related Processes<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Sales-Related Processes<\/h3>\n\n\n\n<p>For sales-related processes, WooCommerce adjusts inventory based on changes to order statuses. At least that's what it does in its native form, i.e. without extensions or plugins that may override this model. The default order statuses are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pending Payment<\/li>\n\n\n\n<li>Failed<\/li>\n\n\n\n<li>On Hold<\/li>\n\n\n\n<li>Processing<\/li>\n\n\n\n<li>Canceled<\/li>\n\n\n\n<li>Completed<\/li>\n\n\n\n<li>Refunded<\/li>\n<\/ul>\n\n\n\n<p>This flowchart helps explain the use of each status:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5.jpg\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"586\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5-1024x586.jpg\" alt=\"Inventory Management Order Statuses\" class=\"wp-image-4895287\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5-1024x586.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5-300x172.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5-768x439.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5-1536x878.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Order-Statuses-5.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>The process begins when a customer places an order. For this example, we'll assume that the stock level for the product in question is 10 and that the order quantity is 3. The order status at this point is \"Pending Payment\" and the stock level is unaffected by the act of simply placing an order.<\/p>\n\n\n\n<p>WooCommerce then requires the user to choose a payment method. If the selected method involves delayed payment (cash-on-delivery (COD), check, direct bank transfer, etc.), WooCommerce then takes one of two paths. If the payment method is COD, WooCommerce changes the order status to \"Processing\" (as in, processing the order, not the payment). It also reduces the stock quantity at this point by subtracting the order quantity, i.e. 10 - 3 = 7. This makes sense because the order will ship before payment.<\/p>\n\n\n\n<p>If the selected payment is not COD but is instead one of the other delayed payment methods (i.e. check, direct bank transfer, etc.), then WooCommerce changes the order status to \"On-Hold\" and again reduces the stock quantity to 7.<\/p>\n\n\n\n<p>You may ask why WooCommerce reduces the stock quantity for any form of delayed payment other than COD since the typical operating procedure is to wait until payment is received before actually shipping the product. However, if delayed payments occur regularly, then not allocating stock to such orders will leave your inventory frequently overstated, which could lead to overselling. So this is basically the best of two undesirable options.<\/p>\n\n\n\n<p>Jumping back a step, what does WooCommerce do if the selected payment method does not involve a delayed payment, i.e. if it instead attempts to process an online payment? If the payment is processed, the stock quantity is reduced and the order status is changed to \"Processing\", the same as the COD path.<\/p>\n\n\n\n<p>If the online payment fails, there may be retry attempts depending on how the payment gateway is configured. But if these retries fail, the order status is changed to \"Failed\" and the stock quantity is not reduced. At this point, it is up to an administrator to intervene to try to salvage the order.<\/p>\n\n\n\n<p>In any event, all orders that reduce the stock quantity will eventually have an order status of \"Processing\" or \"On Hold\", however temporary.<\/p>\n\n\n\n<p>If orders with these statuses are subsequently canceled before shipment, the order status should be changed to \"Canceled\", which will add the order quantity back into inventory. From an inventory standpoint, it is as if the order never happened.<\/p>\n\n\n\n<p>If the order is shipped, the status should be changed to \"Completed\". After this, something may still go wrong, causing the customer to request a refund. In this case, the order status should be changed to \"Refunded\" but this action has no effect on stock quantity. If the refund also involves returning the stock in question, that stock has to be manually returned to inventory.<\/p>\n\n\n\n<p>Note, also, that the base version of WooCommerce does not automatically change orders statuses to Cancelled, Completed, or Refunded. These all require manual actions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Potential Order Status Problems in the Sales &amp; Shipment Processes<\/h3>\n\n\n\n<p>Now let's talk briefly about possible problems in the system that we just described. The first is the potential failure to cancel an order that should be canceled for any reason. This would leave the order in question with an order status of either \"Processing\" or \"On Hold\". As a result, the order quantity is not returned to inventory inside WooCommerce, which would then understate available inventory.<\/p>\n\n\n\n<p>An opposite effect occurs if you fail to change an order status to \"Completed\" once the order is shipped. This may leave you vulnerable to physically double-shipping an order, which will cause your inventory quantity to be overstated.<\/p>\n\n\n\n<p>The refund process is even more problematic because changing the order status to \"Refunded\" has no impact on inventory levels. If the order quantity is physically returned, you will need to make a manual adjustment to the inventory quantity. Otherwise, your WooCommerce available inventory will again be understated.<\/p>\n\n\n\n<p>These potential \"gotchas\" may be acceptable if you are a single-person operation with relatively few products and sales. After all, if you need only glance into your spare bedroom to count your inventory, you can likely do all this by hand.<\/p>\n\n\n\n<p>But the bigger you grow, the more difficult this becomes, and you'll eventually want more of a \"closed-loop\" system. For example, you may want a system that automatically changes the order status to \"Completed\" only when you scan the outgoing shipping labels at the time of the shipment.<\/p>\n\n\n\n<p>We're going to describe some of your options to implement more sophisticated inventory management features in WooCommerce later in this article but, first, let's examine some of the supply-related processes.<\/p>\n\n\n\n<div class=\"wp-block-group has-border-color has-vivid-cyan-blue-border-color has-base-background-color has-background\" style=\"border-width:3px;border-radius:16px;padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-a06159de wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\" style=\"margin-top:0;margin-bottom:12px;font-size:28px;line-height:1.15\">Need to Create WooCommerce Store? We Show You How.<\/h3>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Create eCommerce Website \u2014 Complete WooCommerce Tutorial (2026)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/5j7SgBfzWko?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Inventory Management for Supply-Related Processes<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Supply-Related Processes<\/h3>\n\n\n\n<p>The fundamental purpose of inventory management is to ensure that you have enough stock to fulfill orders but not so much that you can't sell it all within a reasonable period.<\/p>\n\n\n\n<p>Managing the supply side of this can span two extremes. If you're a one-person operation with only a few products and a reliable supplier with a quick turnaround, you may be able to manage supply simply by ordering new stock whenever you feel that you need it. If so, you can disable stock management in WooCommerce and manually set the status of inventory (i.e. in-stock, out-of-stock, etc.) accordingly.<\/p>\n\n\n\n<p>But if you have a large store with hundreds or even thousands of products and many sales transactions, you will need a far more sophisticated inventory management system that includes the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The ability to accurately predict future sales.<\/li>\n\n\n\n<li>A closed-loop system that ensures that your current inventory levels are accurate.<\/li>\n\n\n\n<li>An accurate understanding of all your supplier quantity requirements and lead times.<\/li>\n<\/ol>\n\n\n\n<p>This will require advanced functionality that gives you planning screens like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard.jpg\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"788\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard-1024x788.jpg\" alt=\"Inventory Management Dashboard\" class=\"wp-image-4892441\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard-1024x788.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard-300x231.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard-768x591.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard-1536x1182.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Dashboard.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>We're going to describe some of the plugins that provide advanced inventory management for WooCommerce shortly. But, first, let's finally address the inventory management settings available for the base version of WooCommerce.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Inventory Management Settings<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Global Inventory Settings<\/h3>\n\n\n\n<p>In WooCommerce, inventory management begins by navigating to the <strong>WooCommerce -&gt; Settings<\/strong> screen. Here, select the <strong>Products<\/strong> tab and then click the <strong>Inventory<\/strong> link. Your screen should now look like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings.jpg\" data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"762\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings-1024x762.jpg\" alt=\"WooCommerce Global Inventory Settings\" class=\"wp-image-4898565\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings-1024x762.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings-300x223.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings-768x572.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings-1536x1143.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Global-Inventory-Settings.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>These are global inventory management settings, which means they apply store-wide unless overridden by the inventory settings for individual products. Let's walk through each of these global settings:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Manage stock \u2014 Enable stock management<\/strong>. This is the setting that determines whether you want to maintain a count of your inventory. This is a global setting but it can also be managed per product. Here is the difference:<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations.jpg\" data-rel=\"lightbox-image-3\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"505\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations-1024x505.jpg\" alt=\"\" class=\"wp-image-4893102\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations-1024x505.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations-300x148.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations-768x379.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations-1536x757.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/Inventory-Management-Manage-Stock-Variations.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>The first two products shown have their <strong>Manage Stock?<\/strong> setting disabled. As a consequence, an inventory count is not maintained by WooCommerce. Instead, the store owner must manually set the <strong>Stock status<\/strong> setting to <strong>In stock<\/strong>, <strong>Out of stock<\/strong>, or <strong>On backorder<\/strong>. This is the method that you would use if your inventory management requirements are simple.<\/p>\n\n\n\n<p>The third and fourth products shown have their <strong>Manage Stock?<\/strong> setting enabled. In this case, inventory counts are maintained by WooCommerce. Inventory is automatically reduced during sales transactions as per the processes described in the <a href=\"#sales-related-processes\">WooCommerce Inventory Management for Sales-Related Processes<\/a> section of this article. But there are no equivalent supply-side processes in the base WooCommerce product, i.e. no built-in purchase order system or formal inventory receiving system. If you purchase another 100 units of a product, you have to manually adjust the stock level accordingly.<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Hold Stock (minutes)<\/strong>. This setting is supposed to allow you to specify the number of minutes to hold stock for an order pending payment. But in our testing, we have been unable to get this setting to work. We are not alone, as there are numerous online threads about the same issue. For now, ignore this option.<\/li>\n\n\n\n<li><strong>Enable low-stock notifications<\/strong>. Check to receive an email when stock is low. The low stock threshold can either be set globally (see point 6) or per product.<\/li>\n\n\n\n<li><strong>Enable out-of-stock notifications<\/strong>. Check to receive an email when a product is considered out of stock, meaning that additional orders are not allowed (unless backorders are allowed) and the product may not appear in the WooCommerce catalog, depending on the setting for point 8. The out-of-stock threshold can only be set globally (see point 7).<\/li>\n\n\n\n<li><strong>Notification recipient(s)<\/strong>. The email address(es) of the person(s) who should be notified of low-stock or out-of-stock notifications.<\/li>\n\n\n\n<li><strong>Low-stock threshold<\/strong>. The global setting for the inventory quantity that will trigger a low-stock notification. Should be set to a minimum of 1.<\/li>\n\n\n\n<li><strong>Out-of-stock threshold<\/strong>. The global setting for the inventory quantity that will trigger an out-of-stock notification. This is typically set to 0 but there may be cases where you want to set it to greater than 0. For example, if you run both an online store and a brick-and-mortar store using a unified inventory, you may want to preserve a minimum stock level for your brick-and-mortar outlet.<\/li>\n\n\n\n<li><strong>Out-of-stock visibility<\/strong>. Determines whether or not products that are out of stock should be hidden from the WooCommerce catalog.<\/li>\n\n\n\n<li><strong>Stock display format<\/strong>. Controls how stock quantities should be displayed on the front end.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Product Inventory Settings<\/h3>\n\n\n\n<p>Many of the inventory management settings can also be set at the product level by clicking the <strong>Inventory<\/strong> tab in the <strong>Product data<\/strong> section of the <strong>Add\/Edit Product<\/strong> page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3.jpg\" data-rel=\"lightbox-image-4\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"358\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3-1024x358.jpg\" alt=\"WooCommerce Product Inventory Settings 3\" class=\"wp-image-4898604\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3-1024x358.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3-300x105.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3-768x268.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Product-Inventory-Settings-3.jpg 1529w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Relevant settings here include:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong style=\"font-size: revert;color: initial\">Manage stock \u2014 Enable stock management at the product level<\/strong><span style=\"font-size: revert;color: initial\">. <\/span>This option only appears if the <strong>Manage stock<\/strong> setting is selected at the global level. Deselecting it in this panel turns stock management off for the product in question. If it is deselected, the <strong>Stock quantity<\/strong>, <strong>Allow backorders?<\/strong>, and <strong>Low stock<\/strong> threshold settings will all be replaced by the <strong>Stock status<\/strong> setting, as stock can then only be set to <strong>In stock<\/strong>, <strong>Out of stock<\/strong>, or <strong>On backorder<\/strong>, as described previously.<\/li>\n\n\n\n<li><strong>Stock quantity<\/strong>. Allows you to set the inventory quantity for the product.<\/li>\n\n\n\n<li><strong>Allow backorders?<\/strong> Determines whether customers can place an order for the product even if the order quantity exceeds the current inventory quantity.<\/li>\n\n\n\n<li><strong>Low stock threshold.<\/strong> The product setting for the inventory quantity that will trigger a low-stock notification. This overrides the global setting for the product in question. Should still be set to a minimum of 1.<\/li>\n\n\n\n<li><strong>Sold individually.<\/strong> Keeps customers from hoarding certain products such as limited editions or collectables. If enabled, allows only one of this product to be bought in a single order.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">WooCommerce Inventory Management Plugins<\/h2>\n\n\n\n<p>Now that you know everything there is to know about WooCommerce's built-in inventory management capabilities, it's time to examine some of the plugins\/extensions that can help you take WooCommerce Inventory Management to the next level.<\/p>\n\n\n\n<p>Be aware that current WooCommerce inventory management plugins are all over the map in terms of their focuses, features, and even their terminology. Compared to established ERP systems, none really delivers a complete solution, so we're going to have to patch together a workable system, starting with taking control of your sales order statuses and workflow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Advanced Order Status Manager by Zorem<\/h3>\n\n\n\n<p>If you're going to manage the sales-related issues of WooCommerce inventory management, you need to be able to customize order statuses and the order workflow to match your business practices.<\/p>\n\n\n\n<p>This is what the Advanced Order Status Manager plugin does, as described by this video:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"AOSM Setup\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/dviiI-KPRKo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Note, also, how the workflow allows you to use emails to trigger events such as asking someone to pick and pack an order. This is kind of a crude way of coordinating the actions of your fulfillment staff. Typically, in a full ERP system, each staff member has a dedicated interface that acts as an interactive to-do list, i.e. one interface each for picking, packing, and shipping.<\/p>\n\n\n\n<p>However, Zorem's companion plugin, AST Fulfillment Manager, which we describe below, does have an Unfulfilled Orders screen that can suffice as a universal do-do list.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce PDF Invoices &amp; Packing Slips by WP Overnight<\/h3>\n\n\n\n<p>At some point in your workflow, you're going to need to print invoices and packings slips as part of your shipping documentation. This plugin is ideal for this purpose:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"WooCommerce PDF Invoices &amp; Packing Slips Plugin For WordPress eCommerce Stores 2021\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/ojAoXoce7tE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Note that Zorem does plan on adding the ability to print invoices and packing slips in the future, so we'd probably lean toward their offering when it comes out as part of our quest for a fully integrated solution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AST Fulfillment Manager by Zorem<\/h3>\n\n\n\n<p>This plugin started as a shipment tracking plugin. In fact, the name of its free version is Advanced Shipment Tracking&nbsp;(AST):<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Overview - Advanced shipment Tracking for WooCommerce\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube.com\/embed\/QOVbwfgXQdU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>As described, this plugin will allow you to track a shipment from the moment it leaves your control until it is delivered to your customers. However, the premium version of this plugin has started to evolve into a broader fulfillment plugin, as implied by its name, \"AST Fulfillment Manager\". One feature of this premium plugin that begins to tie all of the preceding functionality together is its Unfulfilled Orders screen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders.jpg\" data-rel=\"lightbox-image-5\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"564\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders-1024x564.jpg\" alt=\"AST Fulfillment Manager Unfulfilled Orders\" class=\"wp-image-4915744\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders-1024x564.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders-300x165.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders-768x423.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders-1536x847.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/AST-Fulfillment-Manager-Unfulfilled-Orders.jpg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>One limitation of Zorem's shipment tracking system is that even if you send emails to your customers at each stage of the shipping and delivery process, and even if those emails include a tracking link for the shipper, many customers will still pester you with questions about their shipments because they are too lazy to check for themselves.<\/p>\n\n\n\n<p>To address this issue, AST is fully compatible with TrackShip, which you can learn about here:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"TrackShip - Post Shipping Automation\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/PhnqDorKN_c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>In summary, then, while WooCommerce doesn't have a fully integrated inventory management system \u2014 at least not on par with mainstream ERP systems \u2014 you can piece together a decent solution to manage sales-related processes.<\/p>\n\n\n\n<p>For more information on AST, <a href=\"http:\/\/Advanced Shipment Tracking for WooCommerce augments your order fulfillment workflow and adds shipment tracking information to your store. https:\/\/www.wpallimport.com\/advanced-shipment-tracking-for-woocommerce\/\">see our complete review here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Supply-Related Processes for WooCommerce Inventory Management<\/h3>\n\n\n\n<p>Unfortunately, there are not many solutions on the supply side. The best one that we could find from a conceptual\/design standpoint is the Inventory and Order Manager plugin for WooCommerce by OIMWC. They certainly have the right idea:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Inventory and Order Manager plugin for WooCommerce\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/Cg-Y-L5MtHI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>However, this plugin has very few active installs and only 2 negative reviews on https:\/\/wordpress.org\/plugins\/order-and-inventory-manager-for-woocommerce\/, so we can't recommend its use.<\/p>\n\n\n\n<p>ATUM Inventory Management for WooCommerce by Stock Management Labs has many more active installs and much better reviews, but their videos do a poor job of describing their product. For example, this video is supposed to be an overview...<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"ATUM Introduction Video - The WooCommerce Free Inventory Plugin\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/uAUXj4vUYRs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>...yet quickly devolves into a demonstration of a few secondary features. Still, if you're absolutely in need of supply-side management, we probably advise you to try to muck your way through this and the other ATUM videos to see if you can make it work with your business.<\/p>\n\n\n\n<h2 class=\"wp-block-heading wp-embed-aspect-4-3 wp-has-aspect-ratio\">Wrapping Up<\/h2>\n\n\n\n<p>Well, that's everything we have to say about WooCommerce inventory management. We haven't been able to tell you how to assemble a complete system because one doesn't really exist in the WooCommerce ecosystem, though Zorem is inching its way toward that goal on the sales side.<\/p>\n\n\n\n<p>But at least now you won't spend days pulling your hair out in search of a non-existent system, as we did for much of this week!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking to Build a WooCommerce Store?<\/h2>\n\n\n\n<p>If you're looking to build your own WooCommerce store, you can watch this video which teaches everything about creating an eCommerce website.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Create eCommerce Website \u2014 Complete WooCommerce Tutorial (2026)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/5j7SgBfzWko?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading wp-embed-aspect-4-3 wp-has-aspect-ratio\">Related Info<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/woocommerce-best-themes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Best WooCommerce Themes<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/best-host-for-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">Best Host for WooCommerce<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/best-plugins-for-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">Best Plugins for WooCommerce<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/best-woocommerce-shipping-plugins\/\" target=\"_blank\" rel=\"noreferrer noopener\">Best WooCommerce Shipping Plugins<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/8-best-photography-plugins-for-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">8 Best Photography Plugins for WooCommerce<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/best-woocommerce-multilingual-plugins\/\" target=\"_blank\" rel=\"noreferrer noopener\">Best WooCommerce Multilingual Plugins<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/woocommerce-how-to-add-products\/\">WooCommerce How to Add Produ<\/a><a href=\"https:\/\/www.wpallimport.com\/woocommerce-how-to-add-products\/\" target=\"_blank\" rel=\"noreferrer noopener\">ct<\/a><a href=\"https:\/\/www.wpallimport.com\/woocommerce-how-to-add-products\/\">s<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.wpallimport.com\/advanced-order-export-for-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">Advanced Order Export for WooCommerce<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.<\/p>\n","protected":false},"author":82597,"featured_media":4993900,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_stopmodifiedupdate":false,"_modified_date":"","inline_featured_image":false,"ep_exclude_from_search":false,"footnotes":""},"categories":[7],"tags":[],"content_author":[215],"cta":[],"class_list":["post-4883115","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","content_author-joe-guilmette"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WooCommerce Inventory Management - WP All Import<\/title>\n<meta name=\"description\" content=\"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WooCommerce Inventory Management - WP All Import\" \/>\n<meta property=\"og:description\" content=\"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\" \/>\n<meta property=\"og:site_name\" content=\"WP All Import\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100087970854517\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-14T13:51:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T22:05:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Joe Guilmette\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joe Guilmette\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\"},\"author\":{\"name\":\"Joe Guilmette\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/215\",\"url\":\"https:\/\/www.wpallimport.com\/author\/joe-guilmette\/\"},\"headline\":\"WooCommerce Inventory Management\",\"datePublished\":\"2022-02-14T13:51:15+00:00\",\"dateModified\":\"2026-02-25T22:05:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\"},\"wordCount\":2830,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg\",\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\",\"url\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\",\"name\":\"WooCommerce Inventory Management - WP All Import\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg\",\"datePublished\":\"2022-02-14T13:51:15+00:00\",\"dateModified\":\"2026-02-25T22:05:46+00:00\",\"description\":\"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg\",\"width\":1200,\"height\":630,\"caption\":\"WooCommerce Inventory Management\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wpallimport.com\/#website\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"name\":\"WP All Import\",\"description\":\"Import XML &amp; CSV to WordPress\",\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wpallimport.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wpallimport.com\/#organization\",\"name\":\"WP All Import\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"width\":199,\"height\":37,\"caption\":\"WP All Import\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/215\",\"name\":\"Joe Guilmette\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/image\/215\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/profile-3.png\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/profile-3.png\",\"caption\":\"Joe Guilmette\"},\"url\":\"https:\/\/www.wpallimport.com\/author\/joe-guilmette\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WooCommerce Inventory Management - WP All Import","description":"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/","og_locale":"en_US","og_type":"article","og_title":"WooCommerce Inventory Management - WP All Import","og_description":"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.","og_url":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/","og_site_name":"WP All Import","article_author":"https:\/\/www.facebook.com\/profile.php?id=100087970854517","article_published_time":"2022-02-14T13:51:15+00:00","article_modified_time":"2026-02-25T22:05:46+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg","type":"image\/jpeg"}],"author":"Joe Guilmette","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Joe Guilmette","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#article","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/"},"author":{"name":"Joe Guilmette","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/215","url":"https:\/\/www.wpallimport.com\/author\/joe-guilmette\/"},"headline":"WooCommerce Inventory Management","datePublished":"2022-02-14T13:51:15+00:00","dateModified":"2026-02-25T22:05:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/"},"wordCount":2830,"commentCount":0,"publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"image":{"@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/","url":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/","name":"WooCommerce Inventory Management - WP All Import","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage"},"image":{"@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg","datePublished":"2022-02-14T13:51:15+00:00","dateModified":"2026-02-25T22:05:46+00:00","description":"In this article, we describe the options for improving inventory management for WooCommerce for both sales and supply processes.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/woocommerce-inventory-management\/#primaryimage","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2022\/01\/WooCommerce-Inventory-Management.jpg","width":1200,"height":630,"caption":"WooCommerce Inventory Management"},{"@type":"WebSite","@id":"https:\/\/www.wpallimport.com\/#website","url":"https:\/\/www.wpallimport.com\/","name":"WP All Import","description":"Import XML &amp; CSV to WordPress","publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wpallimport.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.wpallimport.com\/#organization","name":"WP All Import","url":"https:\/\/www.wpallimport.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","width":199,"height":37,"caption":"WP All Import"},"image":{"@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/215","name":"Joe Guilmette","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/image\/215","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/profile-3.png","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/profile-3.png","caption":"Joe Guilmette"},"url":"https:\/\/www.wpallimport.com\/author\/joe-guilmette\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts\/4883115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/users\/82597"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/comments?post=4883115"}],"version-history":[{"count":0,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts\/4883115\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media\/4993900"}],"wp:attachment":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media?parent=4883115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/categories?post=4883115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/tags?post=4883115"},{"taxonomy":"content_author","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/content_author?post=4883115"},{"taxonomy":"cta","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/cta?post=4883115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}