Overview
An enumerated string which specifies the Quantity Update type requested for the Inventory Item.
Values
| Type | Note(s) |
|---|---|
| Absolute | Sets the inventory quantity for this item to the value of the uploaded quantity. |
| Relative | Adds the value of the uploaded quantity to the current inventory quantity. Negative numbers are accepted in the upload. |
| Available | Takes the upload value of quantity, subtracts out any open auctions for this item and sets the remaining value as the inventory quantity. |
| InStock | Takes the upload value of quantity, subtracts out any open auctions, pending checkouts, and pending payments for this item and sets the remaining value as the inventory quantity. |
| UnShipped | Takes the upload value of quantity, subtracts out any open auctions, pending checkouts, pending payments and pending shipments for this item and sets the remaining value as the inventory quantity. Recommended |
Please provide description for each value. It will help to understand the process correctly. Thanks