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, "preferred_price": 333, "preferred_profit": 200, "repricer_approach": "fixed" }
curl --location --request POST 'https://api.wherehouse.co.za/v1/repricers/' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic Og==' \ --data-raw '{ "product_code": "APL-IPH-32", "buybox_approach": "cheapest", "enabled": true, "preferred_price": 333, "preferred_profit": 200, "repricer_approach": "fixed" }'