Just bought one for pickup at the Pasadena store today! Still showing more available at the moment. It's 42mm SG with black sport band.
Nothing in NYC since launch with stainless steel series 2 watches
All hail tim cook
Same frustration here. I pre-ordered the SS black and now regret that. I want to exchange for a plain SS version before my 14 days return window is up but it's not looking good.
Same frustration here. I pre-ordered the SS black and now regret that. I want to exchange for a plain SS version before my 14 days return window is up but it's not looking good.
MODEL=MNPJ2LL/A
ZIP=10012
while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A white watch is available"; sleep 60; done
Thank you! I don't live near you so no guilt in using itI'll probably regret this because someone near me will use it and hurt my chances, but here's the script I'm using in the Mac Terminal to check Watch availability every 60 seconds:
Code:MODEL=MNPJ2LL/A ZIP=10012 while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A white watch is available"; sleep 60; done
Just change the model and ZIP code as appropriate.
I'll probably regret this because someone near me will use it and hurt my chances, but here's the script I'm using in the Mac Terminal to check Watch availability every 60 seconds:
Code:MODEL=MNPJ2LL/A ZIP=10012 while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A white watch is available"; sleep 60; done
Just change the model and ZIP code as appropriate.
istocknow.com now has Apple Watch Tracking.
For example, I saw a 38mm SB Stainless Steel Series 2 with Milanese Loop available in Temecula, CA. When I looked at the Apple.com site, it shows it available tomorrow. (I unfortunately am not looking for that particular model).
Good Luck
thanks for the script! I went ahead and placed an order... will continue looking until it's fulfilled, but I don't see 42 mm space gray with nylon band anywhere near me.. and istocknow confirms that! No love for the south there!
thanks for the script! I went ahead and placed an order... will continue looking until it's fulfilled, but I don't see 42 mm space gray with nylon band anywhere near me.. and istocknow confirms that! No love for the south there!
Thanks for this! I am a total newbie...so I basically open the terminal window on my Mac, paste this in and update my zipcode...and voila?I'll probably regret this because someone near me will use it and hurt my chances, but here's the script I'm using in the Mac Terminal to check Watch availability every 60 seconds:
Code:MODEL=MNPJ2LL/A ZIP=10012 while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A white watch is available"; sleep 60; done
Just change the model and ZIP code as appropriate.
Thanks for this! I am a total newbie...so I basically open the terminal window on my Mac, paste this in and update my zipcode...and voila?
MODEL=MNPK2LL/A
ZIP=12345
while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A silver watch with a pearl band is available"; sleep 60; done
Nothing in NYC since launch with stainless steel series 2 watches
I've been forgetful about checking at midnight every day, but I feel like there's been no stock for S2 SS watches in NYC at all
Yep, paste in all three lines.
In addition to changing the ZIP code, you'd need to change the model number if you're not looking for a 42mm series 2 Silver Aluminum Pearl white band one, which the model I was looking for. For example, if you want the 42mm series 2 Silver Aluminum Pearl Woven Nylon one, that's model MNPK2LL/A instead of MNPJ2LL/A, so your script would look like:
Code:MODEL=MNPK2LL/A ZIP=12345 while [ 1 ]; do curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && say "A silver watch with a pearl band is available"; sleep 60; done
This random page I found has model numbers.
Here's a demo that it works
View attachment 657321
A couple 42MM SG SS just showed up in the vacinity. I am at Rockaway, NJ now waiting to pickup.I've been forgetful about checking at midnight every day, but I feel like there's been no stock for S2 SS watches in NYC at all