Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 686 Bytes

File metadata and controls

22 lines (18 loc) · 686 Bytes

Research Notes - Apple Store APIs

Problem

  • Regular store pages don't show real inventory
  • Getting blocked with HTTP 541 errors
  • Need to find the actual inventory checking system

Investigation

After digging through Apple Store network requests, found these endpoints:

  • /shop/fulfillment-messages - looks like pickup availability
  • /shop/retail/pickup-message - another inventory endpoint

Store IDs Found

Need to use internal Apple store IDs, not store names:

  • Highland Village: R165
  • Galleria: need to find ID
  • Memorial City: need to find ID

Next Steps

  • Try these new API endpoints
  • Figure out correct parameters
  • Handle the inevitable blocking better