Skip to content

Instantly share code, notes, and snippets.

@fpetelin
Last active May 29, 2018 19:27
Show Gist options
  • Save fpetelin/1dba76f59b591c3d381f9adbba762065 to your computer and use it in GitHub Desktop.
Save fpetelin/1dba76f59b591c3d381f9adbba762065 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": "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