If I find one I want in stock, can I call the store, buy over phone and they ship to me?
Really hoping the Ceramic are not limited to the major cities only, like the previous Editions were. Not keen on a 5 week shipping wait, and want to see in person before I buy one.
Congrats on yours, I hope you enjoy it!
Stainless steel has been impossible to find in the LA area. I'm waiting on pre-order too and have stopped checking in-store.I was going to but then I said if Im gonna spend this much money on a smart watch ill wait for the model I want.
The Space Black SS 42mm.
I guess Ill just wait for my preorder.
Same for San Antonio, I'm about to give up and wait.Stainless steel has been impossible to find in the LA area. I'm waiting on pre-order too and have stopped checking in-store.
Has anybody had luck finding silver SS in store? I've only seen space black locally.
Has anybody had luck finding silver SS in store? I've only seen space black locally.
Even the stores that claim they will not carry the ceramic have them on display, FYI.
This beauty was due 18th - 31st Oct, but received it today!!!
Series II, Stainless Steel Space Grey...
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.
MODEL1=MP062LL/A
MODEL2=MP072LL/A
ZIP=33556
PHONE=<email address for text messages - xxxyyyzzz@txt.att.net for example>
while [ 1 ]; do
echo `date`: Checking for Black Sports Band
curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL1&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && mail -s "Model $MODEL1 is available" $PHONE < /dev/null;
echo `date`: Checking for Woven Band
curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL2&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && mail -s "Model $MODEL2 is available" $PHONE < /dev/null;
echo Sleeping for 600 seconds
sleep 600; done
My modification. I upped the interval to 10 minutes, added an option for a second model (I'll take either of two band choices) and have a notification sent in a text message. Mine is running in Linux/bash.
Code:MODEL1=MP062LL/A MODEL2=MP072LL/A ZIP=33556 PHONE=<email address for text messages - xxxyyyzzz@txt.att.net for example> while [ 1 ]; do echo `date`: Checking for Black Sports Band curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL1&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && mail -s "Model $MODEL1 is available" $PHONE < /dev/null; echo `date`: Checking for Woven Band curl "http://www.apple.com/shop/retail/pickup-message?parts.0=$MODEL2&location=$ZIP" --silent 2>&1 | egrep -q '"pickupDisplay":"available"' && mail -s "Model $MODEL2 is available" $PHONE < /dev/null; echo Sleeping for 600 seconds sleep 600; done
Which band is that? It doesn't look like the yellow one.This beauty was due 18th - 31st Oct, but received it today!!!
Series II, Stainless Steel Space Grey...
Which band is that? It doesn't look like the yellow one.
I'm finally seeing silver SS for pick up in store (with link bracelet only though) in NYC area. I have been looking for space black SS since launch but haven't seen any. Think I'm gonna pull the trigger on the silver SS while I wait for my space black pre-order.Has anybody had luck finding silver SS in store? I've only seen space black locally.
My modification. I upped the interval to 10 minutes, added an option for a second model (I'll take either of two band choices) and have a notification sent in a text message. Mine is running in Linux/bash.
I opted to order one online rather than wait on stock to arrive locally. My initial expected date was 20 October through sometime in November, but I received a shipment notification this morning. UPS says it'll be here by 30 September and Apple says to expect it on the 3rd of October....I'm gonna pull the trigger on the silver SS while I wait for my space black pre-order.
I opted to order one online rather than wait on stock to arrive locally. My initial expected date was 20 October through sometime in November, but I received a shipment notification this morning. UPS says it'll be here by 30 September and Apple says to expect it on the 3rd of October.
Either Apple totally botched their supply chain with this release, or they didn't anticipate the demand.
When did you place that order? Cause that seems like an awesome turnaround.I opted to order one online rather than wait on stock to arrive locally. My initial expected date was 20 October through sometime in November, but I received a shipment notification this morning. UPS says it'll be here by 30 September and Apple says to expect it on the 3rd of October.
Either Apple totally botched their supply chain with this release, or they didn't anticipate the demand.