Update Special Offer
PUT {{baseUrl}}/specialoffers/:specialoffer
This endpoint allows you to update special offer details by providing the ID of the special offer you want to update its details in the specialoffer path parameter.
To update an offer, the full body of the offer (not only the fields to update) is required. similar to creating new offer.
Samples of the request body are listed in this link.
Request Body
{"name"=>"new offer", "applied_channel"=>"browser_and_application", "offer_type"=>"buy_x_get_y", "applied_to"=>"product", "expiry_date"=>"12/12/2025", "min_purchase_amount"=>100, "min_items_count"=>2, "min_items"=>0, "buy"=>{"type"=>"product", "min_amount"=>10, "quantity"=>3, "products"=>[401511871], "payment_methods"=>[1473353380, 1298199463, 349994915]}, "get"=>{"type"=>"product", "discount_type"=>"percentage", "discount_amount"=>5, "quantity"=>20, "products"=>[401511871]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":1935541690,"name":"new offer","message":"اشتري 3 قطع واحصل على 20 قطع خصم 5% من المنتجات التالية","expiry_date":"0000-00-00 00:00:00","start_date":null,"offer_type":"buy_x_get_y","status":"inactive","show_price_after_discount":false,"buy":{"type":"product","quantity":3,"products":[{"id":401511871,"type":"food","promotion":{"title":null,"sub_title":null},"status":"sale","is_available":true,"sku":"","name":"بيتزا","price":{"amount":40.25,"currency":"SAR"},"sale_price":{"amount":0,"currency":"SAR"},"currency":"SAR","url":"https://salla.sa/dev-wofftr4xsra5xtlv/بيتزا/p401511871","thumbnail":"https://cdn.salla.sa/bYQEn/hG0U3oATexBxt4j5QjMt8jcNUi12v97KFw9Q1xTA.jpg","has_special_price":false,"regular_price":{"amount":40.25,"currency":"SAR"},"calories":"500.00","mpn":null,"gtin":null,"favorite":null}]},"get":{"type":"product","discount_type":"percentage","quantity":"20","products":[]}}}