This documentation is generated by Sensefuel.
AI Search & Product Discovery platform that makes ecommerce search personal.
curl --location --request PUT 'https://api.sensefuel.live/catalog//articles//offers/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 4,
"link": "http://www.example.com/asp/sp.asp?cat=12&id=1030",
"canonical_link": "http://www.example.com/asp/sp.asp?cat=12&id=1030",
"mobile_link": "http://www.example.com/asp/sp.asp?cat=12&id=1030",
"image_link": "http://www.example.com/image1.jpg",
"price": "15.00 USD",
"sale_price": "10.00 USD",
"sale_price_effective_date": "2016-02-24T11:07+0100/2016-02-29T23:07+0100",
"availability": "in_stock"
}'
{
"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"
}