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/imports?_limit=100&_start=0&_sort=end_time:desc&import_type=repricer' \
--header 'Authorization: Basic <encoded-value>'
{
"meta": {
"total": 2,
"limit": 100,
"start": 0
},
"file_imports": [
{
"created": 0,
"created_at": "2025-02-20T12:57:56.265Z",
"end_time": "2025-02-20T12:57:57.488Z",
"id": 60,
"import_type": "repricer",
"invalid": 0,
"platform": {
"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
},
"processed": 2,
"skipped": 2,
"start_time": "2025-02-20T12:57:57.406Z",
"status": "completed",
"total": 2,
"trigger_type": "public_api",
"uid": "15147e5d-5ff0-4dd6-a90e-f98569cd1b90",
"updated": 0,
"updated_at": "2025-02-20T12:57:57.514Z"
},
{
"created": 0,
"created_at": "2025-02-20T12:56:57.582Z",
"end_time": "2025-02-20T12:56:58.825Z",
"id": 59,
"import_type": "repricer",
"invalid": 0,
"platform": {
"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
},
"processed": 2,
"skipped": 0,
"start_time": "2025-02-20T12:56:58.627Z",
"status": "completed",
"total": 2,
"trigger_type": "public_api",
"uid": "f8650842-f925-423e-a3a2-bde5306b746c",
"updated": 2,
"updated_at": "2025-02-20T12:56:58.847Z"
}
]
}