- Regular store pages don't show real inventory
- Getting blocked with HTTP 541 errors
- Need to find the actual inventory checking system
After digging through Apple Store network requests, found these endpoints:
/shop/fulfillment-messages- looks like pickup availability/shop/retail/pickup-message- another inventory endpoint
Need to use internal Apple store IDs, not store names:
- Highland Village: R165
- Galleria: need to find ID
- Memorial City: need to find ID
- Try these new API endpoints
- Figure out correct parameters
- Handle the inevitable blocking better