Change Special Offer Status
PUT https://api.salla.dev/admin/v2/specialoffers/:offer/status
You can update specific special offer status by providing the ID of the special offer you want to update its status in the offer path parameter.
Request Body
{"status"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"code":"\u003cnumber\u003e","message":"\u003cstring\u003e"}}