Due to new Nike CORS policy this solution has been deprecated, so I created node solution.
Script that accesses the Nike API to get product information from the main feed and stores it at localstorage. Then information outputs to the console, and can also be displayed if you paste correct product-URL.
This code can be adapted to other regions and to a larger storage capacity.
let url = new URL ('https://api.nike.com/product_feed/threads/v2/')
url.searchParams.append('count','14')
url.searchParams.append('filter','marketplace(RU)')
url.searchParams.append('filter','language(ru)')
url.searchParams.append('filter','channelId(010794e5-35fe-4e32-aaff-cd2c74f89d61)')
If you need to increase the number of cached products simply increase count
param, also, if you need to change
the region, select the appropriate one at marketplace()
& language()
Color | Description |
---|---|
Low Stock | |
Medium Stock | |
High Stock | |
Not announce | |
OOS |