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//offers/bulk' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"operationType": "create",
"operations": [
{
"article_id": "AB394VK",
"store_code": "StoreABCD1234",
"price": "15.00 USD",
"availability": "in_stock"
}
]
}'
[
{
"status": "success",
"offer": {
"article_id": "AB394VK",
"store_code": "StoreABCD1234",
"quantity": 4,
"price": "15.00 USD",
"sale_price": "10.00 USD",
"sale_price_effective_date": "2024-04-13T11:07+0100/2024-04-20T23:07+0100",
"availability": "in_stock",
"created_at": "2024-04-13T11:07+0100",
"updated_at": "2024-04-13T11:07+0100"
},
"error": {
"message": "string",
"code": "string",
"value": {},
"validationErrors": [
{}
],
"statusCode": 0
}
}
]