The Wherehouse Public API is in BETA. Please contact us should you wish to build a feature rich integration dev@wherehouse.co.za.
{
"product": {
"code": "string",
"catalogue_id": 0,
"title": "string",
"description": "string",
"brand": "string",
"barcode": "string",
"retail_price": 0,
"main_image": "string",
"images": [
{
"src": "string"
}
]
},
"create_product": true,
"catalogue_id": 0,
"seller_id": "string",
"mode": "draft",
"force": true,
"category_path": "string",
"category_mapping_approach": "vector",
"attribute_level": "required",
"filled_data": [
{
"key": "string",
"value": "string"
}
],
"core_fields": [
{
"key": "string",
"value": "string"
}
]
}