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 *****************
[
{
"product_code": "APL-IPH-32",
"buybox_approach": "cheapest",
"enabled": true,
"min_price": 3000,
"preferred_price": 3500,
"repricer_approach": "fixed"
},
{
"product_code": "APL-IPH-33",
"buybox_approach": "quickest",
"enabled": true,
"fixed_fulfilment_fee": 50,
"min_profit": 10,
"preferred_profit": 50,
"repricer_approach": "cost_based"
}
]
curl --location --request POST 'https://api.wherehouse.co.za/v1/repricers/batch/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"product_code": "APL-IPH-32",
"buybox_approach": "cheapest",
"enabled": true,
"min_price": 3000,
"preferred_price": 3500,
"repricer_approach": "fixed"
},
{
"product_code": "APL-IPH-33",
"buybox_approach": "quickest",
"enabled": true,
"fixed_fulfilment_fee": 50,
"min_profit": 10,
"preferred_profit": 50,
"repricer_approach": "cost_based"
}
]'
{
"created": 0,
"created_at": "2025-02-20T12:57:56.265Z",
"end_time": null,
"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": 0,
"skipped": 0,
"start_time": null,
"status": "queued",
"total": 2,
"trigger_type": "public_api",
"uid": "15147e5d-5ff0-4dd6-a90e-f98569cd1b90",
"updated": 0,
"updated_at": "2025-02-20T12:57:56.271Z"
}