Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns required deposit for posting a specific item and quantity.
depositCost = C_AuctionHouse.CalculateItemDeposit(item, duration, quantity)
Arguments[]
- item
- ItemLocationMixin🔗
- duration
- number - 1 for 12 hours, 2 for 24 hours, 3 for 48 hours
- quantity
- number - quantity of items to auction
Returns[]
- depositCost
- number?
Patch changes[]
Patch 8.3.0 (2020-01-14): Added.