Here’s a simple script to add the Starting bid price of the selected
template to the BUY IT NOW price.
tell application “GarageSale”
repeat with theListing in (get selected ebay listings)
set the use buy it now of theListing to yes
set the buy it now price of theListing to starting bid price of theListing
end repeat
end tell