/repricers
Testing
GET
https://api.wherehouse.co.za/v1/repricers
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params
_limit
integer
optional
Example:
100
_start
integer
optional
Example:
0
_sort
string
optional
Example:
updated_at:desc
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wherehouse.co.za/v1/repricers?_limit=100&_start=0&_sort=updated_at:desc' \
--header 'Authorization: Basic Og=='
Responses
🟢200Success
application/json
Body
meta
object
required
total
integer
required
limit
integer
required
start
integer
required
repricers
array[object (Repricer) {14}]
required
buybox_approach
string
required
connector_type
object (Connector Type)
required
created_at
string
required
enabled
boolean
required
fixed_fulfilment_fee
integer
required
id
integer
required
min_price
integer
required
preferred_price
integer
required
min_profit
integer
required
preferred_profit
integer
required
product
object (Product)
required
repricer_approach
string
required
uid
string
required
updated_at
string
required
Example
{
"meta": {
"total": 2,
"limit": 1,
"start": 0
},
"repricers": [
{
"buybox_approach": "cheapest",
"connector_type": {
"created_at": "2021-08-24T12:07:27.562Z",
"id": 1,
"logo": "https://assets.wherehouse.co.za/connectors/logos/takealot.svg",
"name": "Takealot",
"uid": "takealot",
"updated_at": "2024-11-18T09:43:37.203Z",
"website": null
},
"created_at": "2025-02-14T10:41:51.453Z",
"enabled": true,
"fixed_fulfilment_fee": 50,
"id": 1037,
"min_price": 12000,
"min_profit": 10,
"preferred_price": 15000,
"preferred_profit": 50,
"product": {
"barcode": "9496899100",
"brand": "Apple",
"code": "APL-IPH-32",
"colour": "Blue",
"created_at": "2024-07-18T11:34:45.428Z",
"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",
"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,
"soh": 64,
"title": "iPhone 13 Pro",
"type": null,
"updated_at": "2025-02-14T10:41:47.968Z",
"weight_g": 0.545,
"width_cm": 1.5
},
"repricer_approach": "cost_based",
"uid": "e885d735-5088-4239-8e02-41aa6b98a040",
"updated_at": "2025-02-14T11:06:28.500Z"
}
]
}