Modifying All Listings
If you wish to apply an attribute change to all GarageSale listings without exception, the command changes from ‘selected ebay listings’ to ‘ebay listings’:
tell application "GarageSale"
repeat with theListing in ebay listings
set the use starting bid of theListing to yes
set the starting bid price of theListing to 2.0
end repeat
end tell
<< Modifying Selected Listings | Modifying Selected Orders >> |