Forked from fpetelin/findmine_adidas_unisex_item.txt
Last active
May 29, 2018 19:28
-
-
Save TimothyFitz/46abe3fe621f31a5bf25ce3e6c46881d to your computer and use it in GitHub Desktop.
FINDMINE adidas unisex item match/sets POST call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /api/v1.1/match/sets?branded=1&teamed=1&sported=1 HTTP/1.0 | |
Host: www.findmine.com | |
Content-Type: application/json | |
Referer: https://www.adidas.com/us/superstar-shoes/C77124.html | |
Origin: www.adidas.com | |
Cache-Control: no-cache | |
{ | |
"app_id": "6A7C59CA5DA6F731107", // Adidas U. For Adidas West EU use "247ED3F118070FF0BBE3", | |
"url": "https://www.adidas.com/us/superstar-shoes/C77124.html", | |
"pid": "C77124", | |
"customergender": "M", | |
"productgender": "U", | |
"stock": "in stock" | |
} | |
customergender can be: "M" or "W" or "U" | |
productgender can be: "M" or "W" or "U" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment