Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TimothyFitz/46abe3fe621f31a5bf25ce3e6c46881d to your computer and use it in GitHub Desktop.
Save TimothyFitz/46abe3fe621f31a5bf25ce3e6c46881d to your computer and use it in GitHub Desktop.
FINDMINE adidas unisex item match/sets POST call
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