Cart
Allows for querying iFixit product information
GET /cart/product/{itemcode}/{langid}
Returns all guides and wikis associated with the product, along with information about those guides and wikis.
Route Parameters
- itemcode — Required — string
-
The itemcode to query.
- langid — Optional — string
-
The prefered langid of the related content
Response
Status: 200 OK
{ "productcode": "180004", "related": { "guides": { "3186": { "guideid": 3186, "id": 3186, "langid": "en", "device": "iPad 3G", "time_required_min": 0, "time_required_max": 0, "difficulty": { "name": "Moderate", "description": "Requires a fair amount of disassembly. This is a task that most people would not perform without instruction." }, "wikiid": 796, "imageid": null, "guide_guid": "XXKitETThARYqIvN", "device_guid": null, "time_required": "No estimate", "guide_image": "https:\/\/www.ifixit.com\/igi\/XXKitETThARYqIvN", "device_image": "https:\/\/www.ifixit.com\/igi\/XXKitETThARYqIvN", "title": "iPad 3G Battery Replacement1", "url": "\/Guide\/iPad+3G+Battery+Replacement1\/3186" }, "2198": { "guideid": 2198, "id": 2198, "langid": "en", "device": "iPad Wi-Fi", "time_required_min": 0, "time_required_max": 0, "difficulty": { "name": "Moderate", "description": "Requires a fair amount of disassembly. This is a task that most people would not perform without instruction." }, "wikiid": 793, "imageid": null, "guide_guid": "E2qaNlMlTN5QgSYg", "device_guid": null, "time_required": "No estimate", "guide_image": "https:\/\/www.ifixit.com\/igi\/E2qaNlMlTN5QgSYg", "device_image": "https:\/\/www.ifixit.com\/igi\/E2qaNlMlTN5QgSYg", "title": "iPad Wi-Fi Battery Replacement", "url": "\/Guide\/iPad+Wi-Fi+Battery+Replacement\/2198" } }, "wikis": [], "special": false, "common": { "root": "iPad Original", "title": "iPad Original", "url": "\/Device\/iPad_Original" } } }