Show Special Offer
GET {{baseUrl}}/specialoffers/:specialoffer
This endpoint allows you to return the complete details for a specific special offer by providing the ID of the special offer you want to get its details in the specialoffer path parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":1410023903,"name":"نسبة من المشتريات","message":"احصل على خصم {offer_percent}","expiry_date":"2022-06-26 20:45:00","start_date":"2022-06-21 09:50:00","offer_type":"percentage","status":"active","show_price_after_discount":false,"show_discounts_table_message":false,"applied_to":"order","buy":{"min_amount":200,"min_items":0},"get":{"discount_amount":"10.00"}}}