Mass Inventory Update

You can Mass Update your inventory with an XML file. Read on for some guidance to the correct formatting for that file.
Sample File:
<INVENTORY>

<ITEM>

<LOTID>2516600</LOTID>

<PRICE>.10</PRICE>

<QTY>+50</QTY>

<BULK>1</BULK>

<CONDITION>N</CONDITION>

</ITEM>

<ITEM>

<LOTID>2516602</LOTID>

<PRICE>2.75</PRICE>

</ITEM>

</INVENTORY>

Tags:
Each file must begin with a tag and end with a tag.
Each item you are updating must begin with a tag and end with a tag.

Each tag must begin with its own tag and end with a corresponding closing tag. The only required tag is the LOTID which is the ID of the lot to update. The system will update only those fields which you entered for each item in your file with the new values entered in those tags. If a a field you are updating is the same as the existing field for that lot then that field will not be updated. If a field is to be updated then the value of the field will show in bold on the verification page.

(Required) Lot ID (Field Explanation)
This is the ID of the lot which you want to update. If the lot does not exist, an error will show but you will still be able to submit your updates. This is due to the fact that a buyer might buy the lot at any time and thus delete it from your inventory.
(Optional) Enter Y to delete the lot.
(Optional) Price (Field Explanation)
(Optional) Quantity (Field Explanation)
Has to have a + (plus) or - (minus) sign in front of it. You can only add or subtract quantity, not set it to a new value because quantity can change when buyers submit orders in your store.

If you are subtracting quantity and the current quantity minus the requested subtracted quantity is less than or 0 at the time the update is verified (step 2) OR at the time the update is posted (step 3) then the update for the whole lot WILL NOT be posted. If this happens, an error message will show alerting you of the items in question showing you the current quantity and the requested subtracted quantity.

(Optional) Bulk Amount (Field Explanation)
(Optional) Description (Field Explanation)
Cannot be blank if item was not listed from catalog
Cannot exceed 255 characters.
(Optional) Extended Description (Field Explanation)
Only allowed on Sets and Unsorted Lots
(Optional) Condition (Field Explanation)
Valid values are N (New) and U (Used).
(Optional) Sub-Condition (Sets Only) (Field Explanation)
Valid values are C (Complete), I (Incomplete) and S (Sealed).
(Optional) Sale (Field Explanation)
(Optional) Seller's Remarks (Field Explanation)
(Optional) Stockroom Item (Field Explanation)
Valid values are N (No) and Y (Yes).
(Optional) Multiple Stockroom ID (Field Explanation)
Valid values are A, B or C. Can be used with or without the STOCKROOM field.
(Optional) Retain After Sold (Field Explanation)
Retains an item in inventory after it is sold out. Valid values are N (No) and Y (Yes).
(Optional) My Cost (Field Explanation)
(Optional) Custom Weight (Field Explanation)






(Optional, you must generate all 6 tags or none) Tiered Pricing (Field Explanation)
Tiered Quantity 1
Tiered Price 1
Tiered Quantity 2
Tiered Price 2
Tiered Quantity 3
Tiered Price 3
Additional Notes:
  • The XML update doesn't support the ampersand (&). Use & instead of &.
  • The XML update doesn't support HTML tags. Use < instead of < and > instead of >

  • Maximum file size is 204800 bytes.
  • If the upload errors out in the middle, the whole file is rolled back and your inventory is returned to how it was before the file was uploaded.