The Wherehouse Public API is in BETA. Please contact us should you wish to build a feature rich integration dev@wherehouse.co.za.
username:password
Authorization: Basic *****************
curl --location --request GET 'https://api.wherehouse.co.za/v1/products?_limit=2&_start=0&_sort=updated_at:desc' \
--header 'Authorization: Basic Og=='
{
"meta": {
"total": 33,
"limit": 2,
"start": 0
},
"products": [
{
"archived": false,
"barcode": "9496899100",
"brand": "Apple",
"catalogue": {
"created_at": "2021-11-03T07:56:42.668Z",
"id": 6,
"name": "Apple Devices",
"order_count": 10000,
"product_count": 33,
"uid": "demo-catalogue",
"updated_at": "2025-02-20T11:04:42.308Z"
},
"category": "Smartphone",
"code": "APL-IPH-32",
"colour": "Blue",
"cost_price": 11199.36,
"created_at": "2024-07-18T11:34:45.428Z",
"currency_code": null,
"description": "Color Choices\n\nSilver\nGraphite\nGold\nSierra Blue\nBattery\n\nCurrent: 3,095mAh\nPower: 11.97Wh\nVoltage: 3.87V\nCameras\n\nFront: 12MP camera.\nRear: 12MP Wide camera.\nStorage Choices\n\n128GB\n256GB\n512GB\n1TB\nCPU Specs\n\nCPU: T8110 \"A15 Bionic\"\nClock rate: 3.23 GHz\nCore Design: Apple Avalanche x 2 and Apple Blizzard x 4\nInstruction Set: ?\nRAM: 6GB\nConnectivity and Wireless\n\nBluetooth 5.0\nNFC with reader mode\n802.11ax Wi-Fi 6 with 2x2 MIMO\nGigabit LTE with 4x4 MIMO and LAA\n5G (sub‑6 GHz)\nBaseband Device: SDX60M\nFirmwares\n\nInitial firmware(s): 15.0 (19A340, 19A341, 19A345 and 19A346)\nLatest public firmware: 15.5 (19F77)\nLatest beta firmware: 15.6 beta (19G5027e)\nFirmware Identifiers: iPhone14,2",
"draft": null,
"excerpt": null,
"fee_estimates": {
"takealot": {
"instock": {
"commission": 169.77,
"fulfilment": 48.3,
"commission_percentage": 8
},
"leadtime": {
"commission": 169.77,
"fulfilment": 48.3,
"commission_percentage": 8
}
}
},
"height_cm": 3.5,
"id": 1776774,
"images": null,
"length_cm": 1,
"main_image": "https://www.theiphonewiki.com/w/images/4/4e/IPhone_13_Pro.png",
"material": null,
"parent_code": null,
"retail_price": 17499,
"rich_description": null,
"sale_price": null,
"soh": 64,
"tags": null,
"title": "iPhone 13 Pro",
"type": null,
"updated_at": "2025-02-14T10:41:47.968Z",
"weight_g": 0.545,
"wholesale_price": 13999.2,
"width_cm": 1.5
},
{
"archived": false,
"barcode": "9373817819",
"brand": "Apple",
"catalogue": {
"created_at": "2021-11-03T07:56:42.668Z",
"id": 6,
"name": "Apple Devices",
"order_count": 10000,
"product_count": 33,
"uid": "demo-catalogue",
"updated_at": "2025-02-20T11:04:42.308Z"
},
"category": "Smartphone",
"code": "APL-IPH-33",
"colour": "Gold",
"cost_price": 11519.36,
"created_at": "2024-07-18T11:34:45.435Z",
"currency_code": null,
"description": "Color Choices\n\nSilver\nGraphite\nGold\nSierra Blue\nBattery\n\nCurrent: 4,352mAh\nPower: ?Wh\nVoltage: ?V\nCameras\n\nFront: 12MP camera.\nRear: 12MP Wide camera.\nStorage Choices\n\n128GB\n256GB\n512GB\n1TB\nCPU Specs\n\nCPU: T8110 \"A15 Bionic\"\nClock rate: 3.23 GHz\nCore Design: Apple Avalanche x 2 and Apple Blizzard x 4\nInstruction Set: ?\nRAM: 6GB\nConnectivity and Wireless\n\nBluetooth 5.0\nNFC with reader mode\n802.11ax Wi-Fi 6 with 2x2 MIMO\nGigabit LTE with 4x4 MIMO and LAA\n5G (sub‑6 GHz)\nBaseband Device: SDX60M\nFirmwares\n\nInitial firmware(s): 15.0 (19A340, 19A341, 19A345 and 19A346)\nLatest public firmware: 15.5 (19F77)\nLatest beta firmware: 15.6 beta (19G5027e)\nFirmware Identifiers: iPhone14,3",
"draft": null,
"excerpt": null,
"fee_estimates": null,
"height_cm": 3.5,
"id": 1776775,
"images": null,
"length_cm": 1,
"main_image": "https://www.theiphonewiki.com/w/images/7/7d/IPhone_13_Pro_Max.png",
"material": null,
"parent_code": null,
"retail_price": 17999,
"rich_description": null,
"sale_price": null,
"soh": 16,
"tags": null,
"title": "iPhone 13 Pro Max",
"type": null,
"updated_at": "2024-07-18T11:34:45.435Z",
"weight_g": 0.545,
"wholesale_price": 14399.2,
"width_cm": 1.5
}
]
}