I want to snipe an auction where the quantity is 10. I will bid on all 10 by using AddBulkSnipes and the "item number, max bid, quantity" format (for example: "1234567890, 8.00, 10").
Suppose I win all 10 at $8.00 each. How is the AS fee computed? The minimum fee for each item won ($0.25 * 10 = $2.50), or the sum of all winning bids ($80 * 1% = $0.80)?
Thanks.
Original Post