Skip to content

Instantly share code, notes, and snippets.

@except
Last active April 23, 2022 13:42
Show Gist options
  • Save except/9f8f02b16d19aceea368d95188ad18d3 to your computer and use it in GitHub Desktop.
Save except/9f8f02b16d19aceea368d95188ad18d3 to your computer and use it in GitHub Desktop.
MBOT QT DOCS

MBOT QT Docs

Farfetch & Off-White

FARFETCH: https://mbot.app/ff/variant/{productId}
OFF-WHITE: https://mbot.app/ow/variant/{productId}

The {productId} should be the product identifier. It is usually on the end of a product's URL.

https://www.farfetch.com/uk/shopping/men/nike-x-off-white-dunk-low-university-gold-sneakers-item-14814295.aspx

{productId} => https://mbot.app/ff/variant/14814295

https://www.off---white.com/en-gb/shopping/off-white-black-sunglasses-14756830

{productId} => https://mbot.app/ow/variant/14756830

Solebox

https://mbot.app/sb/variant/{anid}
https://mbot.app/sb/variant/{anid},{anid},{anid}

The {anid} should be the size specific identifier for a product. It is the same identifier you would use in ATC links.

https://www.solebox.com/en/Footwear/Fashion/Blazer-Mid-77-Vintage-variant-1.html
  
EU 42 => {anid} => https://mbot.app/sb/variant/44351
EU 43 => {anid} => https://mbot.app/sb/variant/44353

For {anid},{anid},{anid}, you can specify multiple of the above. This can be beneficial to the user as it is faster.

https://www.solebox.com/en/Footwear/Fashion/Blazer-Mid-77-Vintage-variant-1.html
  
EU 42, EU 43 => {anid},{anid},{anid} => https://mbot.app/sb/variant/44351,44353

MESH

Currently we support size? UK and Footpatrol UK but more sites will be coming in the future.

https://mbot.app/{siteCode}/variant/{productId}
https://mbot.app/{siteCode}/variant/{productId.sizeId}
https://mbot.app/{siteCode}/variant/{productId.sizeId},{productId.sizeId},{productId.sizeId}

The siteCode must be the MESH API site code.

size? UK: size
size? DE: sizede
size? DK: sizedk
size? ES: sizees
size? FR: sizefr
size? IE: sizeie
size? IT: sizeit
size? NL: sizenl
size? SE: sizese

JD Sports UK: jdsportsuk
JD Sports DE: jdsportsde
JD Sports DK: jdsportsdk
JD Sports ES: jdsportses
JD Sports FR: jdsportsfr
JD Sports IE: jdsportsie
JD Sports IT: jdsportsit
JD Sports NL: jdsportsnl
JD Sports SE: jdsportsse

Footpatrol UK: footpatrolgb
Footpatrol FR: footpatrolfr

The Hip Store: thehipstore

For {productId}, you must specific the product identifier.

https://www.footpatrol.com/product/white-nike-air-force-1-low/030664_footpatrolcom/

{productId} => https://mbot.app/footpatrolgb/variant/030664_footpatrolcom

For {productId.sizeId}, you must specify the product identifier and corresponding size.

https://www.size.co.uk/product/white-nike-air-force-1-low/030664/
  
UK 6 => {productId.sizeId} => https://mbot.app/size/variant/030664.000870651
UK 7 => {productId.sizeId} => https://mbot.app/size/variant/030664.000870668

For {productId.sizeId},{productId.sizeId},{productId.sizeId}, you can specify multiple of the above. This can be beneficial to the user as it is faster.

https://www.footpatrol.com/product/white-nike-air-force-1-low/030664_footpatrolcom/
  
UK 8, UK 8.5 => {productId.sizeId},{productId.sizeId},{productId.sizeId} =>
https://mbot.app/footpatrolgb/variant/030664_footpatrolcom.870670,030664_footpatrolcom.358054
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment