Skip to content
AJ Hsu edited this page Nov 7, 2016 · 3 revisions

Global SPA Website Template API

Request Sample

curl \
-H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1" \
"http://www.uniqlo.com/tw/spa-cms/content/tw/zh/global/template.json"
  • 部分 API 似乎會判斷 User-agent string 必須要來自行動裝置才會回覆。

Item Detail API

Item 178772, for example

庫存查詢

店舖列表

理想庫存查詢 API

Input -> Item Id (178772)
Output -> Organized by stores
[
  {
    store_id,
    stock_status: {
      xs: {
        available_colors: []
      },
      s: {
        available_colors: [black, navy]
      },
      m: {
        available_colors: [navy]
      },
      l,
      xl
    }
  }
]

其他相同概念的 Repository