When using the xml provisioning import to update product quantities, does it take into account the quantities that are in the shopper's open baskets?
Announcement
Collapse
No announcement yet.
inventory quantity updating by xml provisioning import, does it consider baskets?
Collapse
X
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
The InventoryProductSettings/CurrentStock tag does not take basket inventory into account.
However, you can use provisioning and the Basket Inventory module to do so. Here's an example for product code "test":
<Product_CustomField module="baskinv" product="test" field="total_inv">12</Product_CustomField>
Of course, you can also import and export the total_inv custom field that the Basket Inventory module provides using the delimited import/export modules too.
Comment
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
Burch,
1. I've learned I can set InventoryProductSettings_Update CurrentStock, but that doesn't really do it accurately because there are quantities of items stuck inside open baskets. So as baskets expire without purchase, my inventory will become artificially high as these expired quantities are put back into the available stock quantities.
2. Then you mention turning on basket inventory. And then I'd update using, for example, the following.
<Product_CustomField module="baskinv" product="AA315" field="total_inv">12</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-L" field="total_inv">112</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-M" field="total_inv">15</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-S" field="total_inv">70</Product_CustomField>
<Product_CustomField module="baskinv" product="AA340" field="total_inv">55</Product_CustomField>
When I import this in the admin via the "import data" will it account for products stuck in open baskets and then put the extra into the current stock? And what about expired baskets, do I have to delete expired first before I import?
Or does provisioning automatically do this when I import xml that contains some kind of baskinv tag?
**by the way this basket inventory tracking stuff is pretty cool. I don't like that the display of available quantity on the product detail subtracts the low inventory level before display. It seems kinda confusing at first.. but the idea of having 'padding' in my inventory quantities I display to customers is growing on me. It just might be the thing for a busy wholesale store.**
Comment
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
Originally posted by kayakbabe View Post2. Then you mention turning on basket inventory. And then I'd update using, for example, the following.
<Product_CustomField module="baskinv" product="AA315" field="total_inv">12</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-L" field="total_inv">112</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-M" field="total_inv">15</Product_CustomField>
<Product_CustomField module="baskinv" product="AA318-S" field="total_inv">70</Product_CustomField>
<Product_CustomField module="baskinv" product="AA340" field="total_inv">55</Product_CustomField>
When I import this in the admin via the "import data" will it account for products stuck in open baskets and then put the extra into the current stock? And what about expired baskets, do I have to delete expired first before I import?
Or does provisioning automatically do this when I import xml that contains some kind of baskinv tag?
You don't have to delete expired baskets first, but doing so will speed up the import (depending on the number of baskets) as there will be less data to look at for each product to figure out how many are allocated to baskets.
We do not automatically delete the expired baskets. Right now, there is no way to delete expired baskets through provisioning.
Comment
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
Do you know if the bug where tracking gets turned off upon quantity import applies to this total_inv method?
I know it is fixed in the soon to be released patch 5, but for now.. do I need to add those extra tracking tags to make sure all the tracking is still Yes?Last edited by kayakbabe; 03-05-12, 07:14 PM.
Comment
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
Hello
I currently have a program that puts out a CSV file with all my QOH numbers multiple times a day. I need a way to automated the import to my store every hour. I have no clue as to how to get this to work with xml provisioning. Is there anyone that can help me with this.
Thank you
Comment
-
Re: inventory quantity updating by xml provisioning import, does it consider baskets?
Originally posted by Hofer View PostHello
I currently have a program that puts out a CSV file with all my QOH numbers multiple times a day. I need a way to automated the import to my store every hour. I have no clue as to how to get this to work with xml provisioning. Is there anyone that can help me with this.
Thank youPhilip Hansen
Strategy & Solutions Manager // [email protected]
Comment
Comment