This documentation is generated by Sensefuel.
AI Search & Product Discovery platform that makes ecommerce search personal.
curl --location --request POST 'https://api.sensefuel.live/catalog//articles/bulk' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"operationType": "create",
"operations": [
{
"id": "AB394VK",
"title": "Mens Pique Polo Shirt",
"price": "15.00 USD",
"availability": "in_stock"
},
{
"id": "AB394VL",
"title": "Women'\''s Summer Dress",
"price": "25.00 USD",
"availability": "in_stock"
}
]
}'
[
{
"status": "success",
"article": {
"id": "AB394VK",
"title": "Mens Pique Polo Shirt",
"description": "Made from 100% organic cotton, this classic red men’s polo has a slim fit and signature logo embroidered on the left chest. Machine wash cold; imported.",
"product_type": "Home > Men > Shirts > Polo Shirts",
"link": "http://www.example.com/asp/sp.asp?cat=12&id=1030",
"price": "15.00 USD",
"availability": "in_stock"
},
"error": {
"message": "string",
"code": "string",
"value": {},
"validationErrors": [
{}
],
"statusCode": 0
}
}
]