1. Home
  2. FAQs
  3. How to update Zero ‘0’ Inventory across all marketplaces

How to update Zero ‘0’ Inventory across all marketplaces

Kindly follow the below methods to update the stockout to all marketplaces.

Using Inventory Formula

In order to easily update the zero stock at channel follow the below steps

Step 1 – Go to Settings >> Channels >> Select the channel

For example, we have taken Limeroad

 

Step 2 – At Settings Tab under Inventory section >> click Edit button for Inventory Update Formula (Optional)
A popup will appear “Edit Inventory Update Formula”

Step 3 – Copy and save the existing formula (For future reference or to reuse when you want to push actual inventory again)


Step 4 – Put below formula in the box and at the bottom left select an SKU (should not be bundle) and click on “Test & Save”

Flipkart Channel

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - #pendency - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment + #unprocessedOrderInventory)*0}

Myntra Channel

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment - #pendencyOnOtherChannels)*0}

All Other Channels

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - #pendency - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment)*0}


Step 5 – Inventory sync will happen automatically in 10  minutes(earlier sync time was 30 minutes) as per scheduled duration.

This will update the Inventory as 0 at the respective marketplace.

Follow the same step for all the marketplace for which 0 inventory need to be pushed for all SKUs.

Note: Whenever you want to start the actual inventory sync then either copy-paste the Default Formula

Flipkart Channel

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - #pendency - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment + #unprocessedOrderInventory)*1}

Myntra Channel

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment - #pendencyOnOtherChannels)*1}

All Other Channels

#{(#inventorySnapshot.inventory - #inventorySnapshot.openSale - #pendency - (#failedOrderInventory?:0) - #inventoryBlockedOnOtherChannels - #inventorySnapshot.pendingInventoryAssessment)*1}

or In case if you have custom formula which you have saved in Step-3 or Raise the support ticket for further help

 

Related Articles