Last active
May 29, 2018 19:27
-
-
Save fpetelin/1dba76f59b591c3d381f9adbba762065 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": "abc123", | |
"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