MKToys API Documentation
You Choice THE GOOSE!!! |
All api functions are bare JSON returned by calling various urls with parameters under /service/. Plain HTTP requests can be achieved by calling the same URLs on port 9075 (but with the exclusion of /service/).
For instance, https://www.mktoys.com/service/mkpapi/product/productbyid?productid=3059351 will return a json list of information about the product with id 3059351. (Note this does not mean the MK number, MK numbers and product ids are separate. to my knowledge there is no similar function for MK numbers, but all product list functions supply product ids anyways so it’s not really that much of an issue). For the same request over HTTP, do http://www.mktoys.com:9075/mkpapi/product/productbyid?productid=3059351. Full documentation will be here soon.